Skip to content

mdemichele/exercise-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exercise-tracker

A MERN stack web application to keep track of exercises. Built for CS 290 - Web Development

The app is comprised of essentially two apps: a react front-end application and an express back-end REST api.

To use the project on your local machine, you can clone the repository. Then, use the command in both the demichem_react and demichem_rest directories:

npm install

Once you've installed all the dependencies. You can run both applications in development mode by using the command in both directories:

npm start

The react application will run on localhost:8000 and the express api will run on localhost:3000.

Concepts Learned

  • Built a full-stack application using MongoDB, Express, React, and Node
  • Learned how to build a working React Single Page Application, using standard practices of composition.
  • Constructed a functional REST API with 4 endpoints

About

A MERN stack web application to keep track of exercises. Built for CS 290 - Web Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published