An application that allows the user to view, create, and track daily workouts.
The user can track these workouts by the name, type, weight, set, reps, and duration. For cardio excercises, the user can track distance traveled.
To install necessary dependencies, run the following command: "npm i".
To seed the database, run the command "npm run seed"
To run the server in the CLI: "npm start".
Screenshots of the Application
Screenshot of the working routes in the CLI
This application is licensed under the MIT license.
There are no tests for this application.
If you have any questions about the repo or application, open an issue or contact me directly at sample. More of my work can be found at My Github.