Skip to content

PiotrWarzachowski/COLLABOTHON24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COLLABOTHON24

Collabothon 2024 Repository

Setup

Rename .env.copy -> .env and fill variables

Create a virtual environment and install the dependencies

cd backend/
poetry shell
poetry install

Build the Docker image and run the containers

docker compose up --build

Creating migrations

To create new migration simply run

alembic revision --autogenerate -m "example comment"
alembic upgrade head

API

Api documentation is at http://0.0.0.0:8000/docs# if run from docker without modifications

Figma Presentation

https://www.figma.com/slides/b9PmRHeQ54DqyNHSQ2dSUQ/Commerzbank-Presentation?node-id=1-79&t=wiURejbobdS3HiLn-1

About

Collabothon 2024 Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •