Skip to content

Gym website built with Flask using SQLAlchemy as an ORM and many other technologies.

License

Notifications You must be signed in to change notification settings

debugleader/Flask-Gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Gym

A website I built for a friend who had a project in university, I learned how to use session management, tokens, in-depth greater understanding of ORMs, and an understanding of dynamic routing(URLs) and web templating engines.



How to try the web app?

  • Use the web hosted version

forthebadge

  • Host it on your own machine.
cd into the repository location in your machine
pip install -r requirements.txt
python configure.py
python app.py

How could it be improved?

This project has been speed coded, as I did not have the proper time because of other life obligations and because of the short deadline for the project. So it's very easy to find better ways to improve the readability of the code, adding comments, using more functions....


forthebadge


forthebadge


About

Gym website built with Flask using SQLAlchemy as an ORM and many other technologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published