Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 637 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 637 Bytes

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