An open API service indexing awesome lists of open source software.

https://github.com/andreuvv/crud-flask

CRUD Flask
https://github.com/andreuvv/crud-flask

Last synced: 4 months ago
JSON representation

CRUD Flask

Awesome Lists containing this project

README

          

Para probar funcionamiento del CRUD se necesita:

Crear una base de datos con MySQL.

Crear un archivo .env en root del proyecto y rellenar con siguientes campos.
MYSQL_USER =
MYSQL_PASSWORD =
MYSQL_HOST =
MYSQL_PORT =
MYSQL_DATABASE =

Iniciar un Virtual Enviroment de python.

Ejecutar 'python index.py' desde la terminal del Venv.

Desde un navegador ir a localhost:5000