Skip to content

Computer-Progress/api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published