Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 612 Bytes

Welcome to Psycare...An App to monitor your mental health

At first clone the repo or download the zip file

Steps to run the App

1. Unzip the downloaded zip file

2. First we will be running the server

3. Execute the following commands

cd backend

npm install

npm start

4. Thus server will be running at localhost:5000

5. Open another terminal and run following commands to start the frontend react app

cd frontend

npm install

npm start

This must have started out react app at localhost:3000