The most simple & convenient way to access the talk therapy - anytime, anywhere, any device. This project was build as a construct week project by the Masai School Students.
- Google Auth, Facebook Auth, Normal Signup/Signin.
- Users can book an appointment with our doctor. You can also check doctor's profile along with their specialization.
- Users can post their issues, likes and comments on the other user's posts.
- Users can also play a small game and watch a meditation video in order to relax their mind.
To run this application on your local system, execute the following commands on your terminal/command line:
<code>git clone https://github.com/pratikjadhav080/Mental-Health.git</code>
- backend
npm i
npm run server
create a .env file with username, database name and password of mongodb, google client id and google client secret, facebook app id and facebook app secret, jwt secret key
- mentalhealth
npm i
npm start
- Onboarding Page-
- Signup Page-
- Login Page-
4.Questionaire Pages-
- Landing Pages-
- Game Pages-
- Meditate Pages-
- Therapy Pages-
- Community Pages-
Took some help from these resources
- Supriya Monika Soreng - Github