Skip to content

(WIP) React app that allows patients to book appointments, with a dashboard for doctors to manage their appointments and patients. Server-side built with Node-Express.js, connects to the database and provides API endpoints. Client-side built in React, fetching data from a RESTful API, using props, and a Router component to switch between pages. …

Notifications You must be signed in to change notification settings

albertoroldanq/2021-jul-phs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021-Fighting-Mongooses-Patient-Health-Service

React, Node.js and MongoDB app

git clone [email protected]:iO-Academy/2021-jul-phs.git


Database - MongoDB

  • Open your MongoDB program (probably MongoDB Compass)
  • Create a DB called "phs" with a collection named "doctors" - import to this collecion the following file: /server/db/doctors.json

Client - React

In the terminal

cd client

npm install

npm start

Go to localhost:3000


Server - Node.js

In the terminal

cd server

npm install

npm start

Go to localhost:5000/doctors

About

(WIP) React app that allows patients to book appointments, with a dashboard for doctors to manage their appointments and patients. Server-side built with Node-Express.js, connects to the database and provides API endpoints. Client-side built in React, fetching data from a RESTful API, using props, and a Router component to switch between pages. …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 20.1%
  • HTML 6.4%