docker-compose up -d
First update CSVs, go into data/ and run
./to-csv.sh
Then return back to the root directory and run the command below to enter the database directly
psql postgresql://test_user:test_pswd@localhost:5432/db
Then load the data by running
\i create_table.sql
- Change user_id in sets to go in workouts
- Change storage of passwords to be more secure (not plain text)
- Add profile picture field to users (so a picture can be used for dashboard)?
- Login Screen
- User Dashboard
- Graphs/visualization for data
- Veiw other user pages?
- Handle videos? (Stretch Goal)
- Handle Login through API
- Provide Data for graphs/visualization
- Handle videos? (Stretch Goal)