An multi-tenant app to manage human resources into a company
- Python 3.10+
- Docker 23.0+
-
Create configuration files
- This project uses Dynaconf as management tool/library, so checkout their documentation for more details
- settings.toml - Here goes project configuration
- .secrets.toml - Here goes enviroment secrets
- .env - Here goes your flask configurations
-
Build images and run container with compose
docker compose up --build
- Multi-database
- Improve templates
- Add to domain
- Add dynaconf or other settings management tool