Skip to content

💪 Website - Gym website for workout management. Python | JS | HTML | CSS | Flask | SQLAlquemy | PostgresSQL

Notifications You must be signed in to change notification settings

MatheusTG/Academia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academia

Clone o repositório em seu computador

git clone https://github.com/MatheusTG/Academia.git

Crie e ative seu ambiente virtual

python -m venv venv
venv/Scripts/activate

Instale as bibliotecas de requirements.txt

pip install -r requirements.txt

Em infra/configs/connection.py configure a conexão em self.__connection_string

self.__connection_string = 'postgresql://postgres:postgres123@localhost:5432/academia'

Por fim execute o arquivo run.py

python run.py

About

💪 Website - Gym website for workout management. Python | JS | HTML | CSS | Flask | SQLAlquemy | PostgresSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published