Best Flask open-source libraries and packages

Mock ApiRest Flask

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.
Updated 9 months ago
  • English version here
  • Versão em português aqui

Mock API Rest with Flask

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

Installation

The project is managed with PDM, so you need to install the dependencies with:

pdm install

Run

To run the project you need to execute the following command:

pdm run python main.py

Mock API Rest com Flask

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

Instalação

O projeto é gerenciado com PDM, então você precisa instalar as dependências com:

pdm install

Execução

Para executar o projeto você precisa executar o seguinte comando:

pdm run python main.py