Skip to content

This is a web app to post gym workouts that uses a mongoDB. It also features jwt authentication (in progress).

Notifications You must be signed in to change notification settings

alex0rpi/Workout-Buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack MERN App

This is a blog app that stores workout exercices on a mongodb database. For the moment I havent included edit functionality.

Main technologies used:

NodeJS Express.js JWT MongoDB React

  • I use validator package on backend to validate the data received from the client, and throw feedback to the user in case there are errors.
  • For authorization I am setting a JWT token on the request headers, which is verified on the backend to allow users to do add or delete workouts.

How to run

Remember to configure your mongodb database and make sure to have an .env file on backend directory containing the following:

  • MONGO_URI Add a /workouts at the end if like I did (optional)
  • PORT You can use 5000 on backend and 3000 on frontend side.
  • SECRET

About

This is a web app to post gym workouts that uses a mongoDB. It also features jwt authentication (in progress).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published