Skip to content

matt-de-young/nile-api

Repository files navigation

Nile API

API for the imaginary Nile marketplace for self published books.

This is a project created to try out FastAPI as the post promising ASGI server.

Run locally

This project uses Docker Compose to manage the API & DB servers, the easiest way to get started is with:

docker-compose up

Create a new migration

export PYTHONPATH='.' alembic revision --autogenerate

Apply the migration locally

alembic upgrade head

Docs

Docs are created automatically & in dev mode are hosted at the path /docs#/.

About

Marketplace for self published books

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published