All Projects → MoisesAbraao → Crud Flask Python

MoisesAbraao / Crud Flask Python

CRUD básico com FLASK+PYTHON. Um sisteminha de cadastro de clientes. Muito simples. :)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Crud Flask Python

Tensorflowjsclientsideprediction
An example of a client side prediction made with TensorFlowJS
Stars: ✭ 34 (-26.09%)
Mutual labels:  flask
Big Album Art
[RETIRED] A Flask app to display almost-fullscreen album art for your currently playing Spotify songs. Enjoy the visuals!
Stars: ✭ 38 (-17.39%)
Mutual labels:  flask
8d Audio
Some dsp to make songs "8D"
Stars: ✭ 43 (-6.52%)
Mutual labels:  flask
Flask Json
Flask-JSON is a Flask extension providing better JSON support.
Stars: ✭ 34 (-26.09%)
Mutual labels:  flask
Cookiecutter Flask Pythonic
Pythonic starter boilerplate for Flask
Stars: ✭ 37 (-19.57%)
Mutual labels:  flask
Openvpn Cms Flask
一套关于openvpn服务的后台管理系统,通过前后端分离的方式设计,便于用户通过web端进行增删用户,并查询用户的使用时间和地理位置等信息。
Stars: ✭ 40 (-13.04%)
Mutual labels:  flask
Cancer Donation Portal Python Flask App
Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript
Stars: ✭ 32 (-30.43%)
Mutual labels:  flask
Flask pytorch
using flask to run pytorch model
Stars: ✭ 44 (-4.35%)
Mutual labels:  flask
Analysispreservation.cern.ch
Source code for the CERN Analysis Preservation portal
Stars: ✭ 37 (-19.57%)
Mutual labels:  flask
Flask Jwt Router
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Stars: ✭ 43 (-6.52%)
Mutual labels:  flask
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (-23.91%)
Mutual labels:  flask
Maps4all
Generalized application for displaying location-based resources on a map
Stars: ✭ 36 (-21.74%)
Mutual labels:  flask
Flask Dashboard Corona Dark
Flask Dashboard - Corona Dark Design | AppSeed
Stars: ✭ 41 (-10.87%)
Mutual labels:  flask
Pymap webapp
A webapp version for Raster Map Download Helper
Stars: ✭ 34 (-26.09%)
Mutual labels:  flask
Betterlifepsi
Betterlife Intelligent PSI(Purchase, Sales and Inventory) system
Stars: ✭ 43 (-6.52%)
Mutual labels:  flask
Botvid 19
Messenger Bot that scrapes for COVID-19 data and periodically updates subscribers via Facebook Messages. Created using Python/Flask, MYSQL, HTML, Heroku
Stars: ✭ 34 (-26.09%)
Mutual labels:  flask
Reddit sse stream
A Server Side Event stream to deliver Reddit comments and submissions in near real-time to a client.
Stars: ✭ 39 (-15.22%)
Mutual labels:  flask
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-2.17%)
Mutual labels:  flask
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-4.35%)
Mutual labels:  flask
Flask Dashboard Light Bootstrap
Flask Dashboard - Light Bootstrap | AppSeed
Stars: ✭ 42 (-8.7%)
Mutual labels:  flask

CRUD-FLASK-PYTHON

This is a basic CRUD with the Flask framework and Python. It's a small system of register of clients. Very Simple!

To use the System

  • pip install -r requirements.txt
  • flask db init
  • flask db migrate
  • flask db upgrade
  • python wsgi.py

To change default configurations

Copy .env.template to .env and set custom variables, or just set variables in the environment.

CRUD-FLASK-PYTHON

CRUD básico com FLASK+PYTHON. Um sisteminha de cadastro de clientes. Muito simples. :)

Para usar o sistema

  • pip install -r requirements.txt
  • flask db init
  • flask db migrate
  • flask db upgrade
  • python wsgi.py

Para alterar as configurações padrões

Copie .env.template para .env e defina as variáveis customizadas, ou apenas defina as variáveis no environment.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].