Skip to content

daconjurer/ums

Repository files navigation

A User management API with FastAPI

The project uses:

Data models

The database schemas are described in the ums.models module.

Development start-up

The database can be started with:

./scripts/test_db.sh up

This will spin up a Postgres container with a docker_test_ums_data volume attached to it for the DB data. It can then be initialised with:

poetry run python3 db/init_db.py

The app starts with:

poetry run python3 main.py

About

A FastAPI-based API for user management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published