Skip to content

amehi0index/mern-exercise-logger

Repository files navigation

Exercise Logger

Project Image

Exercise Logger Application built with the MERN Stack. Implements authentication with JSON Web Token and Bcrypt.


Table of Contents


Description

The Exercise Logger Application allows a user to track their exercise workouts. After registering or logging into the application, a user can search for their exercises by date, edit/delete an existing entry or add a new entry to their log.

Technologies

  • React : v16.13.1
  • Express: v4.17.1
  • Mongoose: v5.9.26
  • Node: v14.15.4
  • JWT: v8.5.1
  • Bcrypt: v2.4.3
  • React-Bootstrap: v1.3.0

How To Use

Install dependencies for server

npm install

Install dependencies for client

npm run client-install

Run the client & server with concurrently

npm run dev

Run the Express server only

npm run server

Run the React client only

npm run client

Server runs on http://localhost:5000 and client on http://localhost:3000


License

This project is licensed under the MIT License

Copyright (c) 2021 Amelia Hill

About

MERN App that tracks/logs a user's amount of exercise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published