This document explains the requirements and some additional information about this project.
The software requirements for this project are the following:
- Python 3.11
- Flask 3.0.0
- Postgres 15.4
- The directory where the code is located by default is
src, if you want all the code in the root directory of the repository, modify the variableSRC_BUILDto.indocker/local/.env. For more information, read the doc:docker/local/README.md - In case you are hosting the repository in GitHub, you might want to rename the folder
.github-templateto.githubso you can use the default settings configured (some variables must be changed in those files). - The following configuration is set in
.github-templatefolder:- A Codeowners file.
- Templates for:
- Pull requests.
- Security notifications.
- Issues.
- Features.
- Two workflows are created:
- Testing the application is a very basic way.
- Run linters.
To create a local environment, you can follow the README located at docker/local/.