This project is an user management API developed within the FiiPractic workshop Python Backend by Bytex in 2021. The API is built with the help of Python (Flask framerwork), SQLAlchemy ORM and sqlite3 database (relational database).
Postman documentation: Link
- CRUD routes for users and companies
- Relational database
- Email verification
- Logging feature, every important action is saved
- RESTful API
- Docker image ready to be build
To run this project locally configure environment variables, then run:
docker build -t fiipractic-python .
docker compose up