Psyclog is an application that is designed for people with mental problems. It is planned to offer a safe environment for people with issues who are afraid or ashamed of going to therapy with the aim of resolving these issues.There is a significant number of people who are timid about the idea of going to therapy because of the fear of being made fun of and the prejudice they might face. Psyclog completely eliminates these fears by providing a remote system that is usable anywhere as long as the user carries their Android device with them. If you would like to get a deeper understanding of the implementation, please check the reports.
Above, you can download the demo and watch it.
- NodeJS
- npm
- MongoDB
- MongoDB compass
- Create a db named psyclogdb in mongo db compass.
- Type 'npm install' to the command line for importing node modules.
- Setup sendgrid
- setup S3 storage bucket
- Type npm start for running the application.
From config.env, configurations can be changed.
- VueJS
- npm
- MongoDB
- MongoDB compass
- Initialize the backend
- Type 'npm install' to the command line for importing node modules.
- Type npm run serve for running the application.