Skip to content

robertsellery/Fitness-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Running

Start docker

docker-compose up -d

Load Data

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

To-Do (Development)

Posgresql/Data

  • 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)?

Front End (nodejs)

  • Login Screen
  • User Dashboard
  • Graphs/visualization for data
  • Veiw other user pages?
  • Handle videos? (Stretch Goal)

Backend (nodejs)

  • Handle Login through API
  • Provide Data for graphs/visualization
  • Handle videos? (Stretch Goal)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors