/flaskCrud

A simple and fast CRUD application made in Flask to use as a prototype for other applications

Primary LanguagePythonMIT LicenseMIT

FlaskCRUD

flaskCRUD is a simple and fast application made using the microframework Flask, intended to be used as a base or example for another applications that need database operations, made from one developer to another developer.

currently in the code Postgresql was used as an example, but it can also be adapted to other databases

Installing

Instal the project dependencies and happy development :)

$ python3.x -m pip install -r requirements.txt