-
Register endpoint ignores
is_active
,is_superuser
,is_verified
fields. That's a FastAPI-Users specification -
Testing is not fully complete.
-
Test users:
# Superuser, email verified Email: admin@gmail.com Password: admin # Plain users, email verified Email: test1@gmail.com Password: test1 Email: test2@gmail.com 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
envs
directorycp 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.