Built on the MERN (MongoDB/Express/React/Node.js)
- Authentication/Authorization
- Patient Information
- Clinic Revenue Info
- More to come
Node.js
MongoDB
[Optional] Docker
Using Docker
- Run
docker-compose up
to build the container- use the
-d
args to run in the background - Rebuild the container using
docker-compose build
- use the
- Access the website at http://localhost:3000
Manually
- MongoDB
- Check MongoDB status by running
mongo
- More Information about Installation
- Check MongoDB status by running
- Back-end (Express)
cd backend
- Edit the
.env
file using thetemplate.env
npm run start
- Test API Connection by GET Request to http://localhost:4000
- Front-end (React)
cd frontend
npm run start
- Access the website from http://localhost:3000