Skip to content

sangeethailango/Exercise-Tracker

Repository files navigation

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.

About

Learning MERN stack by doing a Exercise-Tracker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published