-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
12 lines (7 loc) · 745 Bytes
/
readme.txt
File metadata and controls
12 lines (7 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
https://flask-sqlalchemy.palletsprojects.com/en/2.x/contexts/
# Gym Planner With docker file
Based on previous Gym-Planner web app developed for TUAS project. This version incorperates docker files usage to be able to run without the need to install Postgres locally.
Additionally, the database will run on a docker network.
Furthermore, plans to incorparate kubernetes technology.
This project is an application that stores work out plans and allows registered users to create their own plans using the database of excersises. Users can customize their own plans and print out work out sheets to bring with them to the gym.
Guest users are also allowed to view workout published by members but can't customize, save or print workouts.