abhinandanwadwa / stree-health

This is a website for women to find Doctors and book appointment with them on call. They can also check their health status and ask questions anonymously without hesitation.

Home Page:https://stree-health.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stree Health

Empowering Women to take charge of their Health, One step at a time!

Made with ❤ By Team Dfusion

Please give this repo a ⭐ it really helps us!

Border

Team

The Developer Team behind Stree Health.

Running Locally

Make Sure You Have MongoDB and NodeJS Installed.

Starting Backend

Border

To run this project navigate to the project root folder and run

  cd backend
  npm install
  node index.js

or

  nodemon

Create a .env file in the backend folder and add the following

JWT_SECRET = "RANDOMSTRINGMUSTNOTCHANGE"
mongoURI = "MONGO_URI"

Starting Frontend

Border

To run this project navigate to the project root folder and run

  cd frontend
  npm install
  npm start

Navigate to http://localhost:3000/

Feedback

If you have any feedback, please reach out to us at abhinandanwadhwa5@gmail.com

About

This is a website for women to find Doctors and book appointment with them on call. They can also check their health status and ask questions anonymously without hesitation.

https://stree-health.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 74.6%Language:CSS 21.8%Language:HTML 3.6%