The main purpose of this project is to create a mock API Rest with Flask, to be used in the development of the frontend of the mobile project. A React-Native repository is available here
The project is managed with PDM, so you need to install the dependencies with:
pdm install
To run the project you need to execute the following command:
pdm run python main.py
Este projeto tem como principal objetivo criar um mock de API Rest com Flask, para ser utilizado no desenvolvimento do frontend do projeto mobile. Um repositório React-Native está disponível aqui
O projeto é gerenciado com PDM, então você precisa instalar as dependências com:
pdm install
Para executar o projeto você precisa executar o seguinte comando:
pdm run python main.py