Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 595 Bytes

API Computer Progress

Commands

To execute the project just run this:

  docker-compose up

To generate alembic new migrations files:

  docker-compose run --rm backend alembic revision --autogenerate

To run the migrations:

  docker-compose run --rm backend alembic upgrade head

And if you need to install new dependencies you can run:

  docker-compose run --rm backend poetry add [depency_name]

Documentation

After the docker is runnig, you can acess the routes documentation accessing:

http://localhost:8000/docs