This program will help people new to the gym get started with workout routines. It allows a user to search workouts based on the equipment they have available and certain muscle groups to ensure they have the proper workouts.
Register a username and password and you are good to go.
Kate Milano: katemilano
Kevin Hellman: kmh8827
Matt Autrey: mautrey17
Emily Davis: emilydavies092
github.com/katemilano
No Licensing
A simple starter project with Express, Handlebars, Sequelize, Passport and Local Auth.
https://project2-starter-auth.herokuapp.com/
- Add
.envfile with the following content:
SEQUELIZE_USER=your_mysql_db_user
SEQUELIZE_PASSWORD=your_mysql_db_password
SEQUELIZE_HOST=your_mysql_db_host
AUTH_SECRET=your_auth_secret_key
ADMIN_USER_PWD=admin_password
USER_PWD=user_pwd
FORCE_SYNC=true_or_false
TU=mysql_user
TP=mysql_password


