Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 767 Bytes

README.md

File metadata and controls

41 lines (20 loc) · 767 Bytes

GitHub: https://github.com/sangeethailango/Exercise-Tracker

Installation:

  1. Install nodejs:

Check if you have nodejs installed using the following command

node --version

If not install nodejs using the following command:

sudo apt install nodejs

  1. Install npm:

Check if you have npm installed using the following command

npm --version

if not install npm using the following command:

sudo apt install npm

  1. Install nodemon:

npm install nodemon

  1. Install cors

npm install cors

Backend server:

To start the backend server, Go inside backend folder and run "nodemon server"

Frontend Server:

To start the backend server, Switch to another tab, from the root folder run "npm start". In your default browser the application dashboard will render.