-
Register endpoint ignores
is_active,is_superuser,is_verifiedfields. That's a FastAPI-Users specification -
Testing is not fully complete.
-
Test users:
# Superuser, email verified Email: [email protected] Password: admin # Plain users, email verified Email: [email protected] Password: test1 Email: [email protected] Password: test2
- Python 3.10
- FastAPI
- PostgreSQL
- Docker
- Docker Compose
- Pytest
-
Clone the repository
git clone https://github.com/NickNaskida/BookGiveawayService.git -
Navigate to the project root
cd BookGiveawayService -
Copy env file in
envsdirectorycp envs/example.env envs/.env -
Run docker compose
docker-compose up -d --build -
Enjoy!
http://localhost:8000
Project is distributed under MIT License. See LICENSE.txt for more information.