Skip to content

edwardsues/climb-comp-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climb-comp-hub

A website for climbers and gym owners to better manage and keep track of their competitions.

Setup:

Start a virtual environment, and then: (if on windows, do python -m before the command, i.e. python -m pip install flask)

cd backend
pip install -r requirements.txt

if databases are not created, do the following and seed with dummy values:

cd backend
python -m table_scripts.create_tables
python -m table_scripts.seed

create a .env file and do: SQLALCHEMY_DATABASE_URI='postgresql://postgres:{password}@localhost:5432/climbing_comp', where password is the password stored in 1password.

also do JWT_SECRET_KEY=my-dev-secret-key-change-in-prod: will change this later, but just for testing purposes I will leave this as it is.

testing backend:

cd backend
python main.py

testing frontend:

cd frontend
npm run dev

navigate to http:localhost:5173.

About

A website for climbers and gym owners to better manage and keep track of their competitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors