https://github.com/dylan-stewart/workout-tracker-project
My application for software engineering
https://github.com/dylan-stewart/workout-tracker-project
bootstrap css dotenv express-js full-stack html javascript mysql web-app
Last synced: 2 months ago
JSON representation
My application for software engineering
- Host: GitHub
- URL: https://github.com/dylan-stewart/workout-tracker-project
- Owner: Dylan-Stewart
- License: mit
- Created: 2023-02-13T21:43:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T10:27:58.000Z (over 2 years ago)
- Last Synced: 2026-01-03T16:20:43.819Z (6 months ago)
- Topics: bootstrap, css, dotenv, express-js, full-stack, html, javascript, mysql, web-app
- Language: HTML
- Homepage:
- Size: 14.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- **|| NOTICE ||** The registration and login features only authenticate that you are in fact a valid user in a console log and you can register yourself. It is currently an issue for me to configure the login further with the table.
- Everything else should be working correctly! Enjoy!
- How to use: open this HTML file in the browser
- Must have all the module packages
- You will need to have XAAMP with apache and mysql running
- Make sure to use a database called workout with a table called exercises with the table fields (id, name, date_added, sets, reps)
- For the login code you need a database called user_info with the table fields (user_id, user_name, user_password, user_email, user_password)
- You also may need to also add a user account for how you are connecting to mysql through xampp.
- Lastly make sure to run the command "nodemon app" in the server directory so it starts the server with mysql and you can use my table and store workouts remove workouts edit table data and it will auto store the exact date when you track a workout
# Homepage

# Exercises

# Contact