All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- simple fixture for login test
- first test setup
- fix Import of pydantic BaseSetting during tests
- authentication, login and jwt secret, refresh and test endpoint
- user update
- docker-compose for Postgres
- Customer and Address models
- base FastaPI config file
- Alembic for migrations
- first costumer and address models and schemas
- costumer create service and endpoint
- password hashing and verifying
- run alembic migrations
docker-compose up
alembic revision --autogenerate
alembic upgrade head