Skip to content

ariqfadlan/donorojo-db-api

Repository files navigation

Donorojo Database API

A simple read-only REST API written in Python. WebServer is provided by FastAPI. Database migration is provided by Alembic.

Tested on Python 3.9 on GNU/Linux.

Get started

Create the usual virtual environment and install requirements accordingly. For running web server, execute:

$ uvicorn main:app

For development, add --reload parameter to let it watch changes inside workspace.

$ uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published