🌐
GitHub
github.com › gurkanakdeniz › example-flask-crud
GitHub - gurkanakdeniz/example-flask-crud: simple example python flask crud app
Simple example python flask crud app for sqlite.
Starred by 81 users
Forked by 93 users
Languages   HTML 54.7% | Python 45.3% | HTML 54.7% | Python 45.3%
🌐
GitHub
github.com › 16967143 › basic-CRUD-flask-app
GitHub - 16967143/basic-CRUD-flask-app: A basic CRUD (Create, Read, Update, Delete) employee management Flask app loosely based off a scotch.io tutorial · GitHub
A basic CRUD (Create, Read, Update, Delete) employee management Flask app loosely based off the scotch.io tutorial.
Starred by 24 users
Forked by 8 users
Languages   CSS 53.9% | JavaScript 43.6% | HTML 1.7%
🌐
GitHub
github.com › macagua › example.flask.crud-app
GitHub - macagua/example.flask.crud-app: Building a CRUD application with Flask and SQLAlchemy
$ sudo apt install -y python3-dev python3-pip python3-virtualenv $ sudo apt install -y git $ sudo apt install -y sqlite3 $ git clone https://github.com/macagua/example.flask.crud-app.git flask-crud-app $ cd ./flask-crud-app $ virtualenv --python /usr/bin/python3 venv $ source ./venv/bin/activate $ pip3 install -U pip $ pip3 install -r requirements.txt
Starred by 13 users
Forked by 10 users
Languages   Python 68.2% | HTML 31.8% | Python 68.2% | HTML 31.8%
🌐
GitHub
github.com › safakozdek › Crud-App-Using-Flask-and-MySQL
GitHub - safakozdek/Crud-App-Using-Flask-and-MySQL: A basic Crud application using Flask and MySQL as database
A basic Crud application using Flask and MySQL as database - safakozdek/Crud-App-Using-Flask-and-MySQL
Starred by 5 users
Forked by 11 users
Languages   Python 56.8% | HTML 43.2% | Python 56.8% | HTML 43.2%
🌐
GitHub
github.com › muhammadhanif › crud-application-using-flask-and-mysql
GitHub - muhammadhanif/crud-application-using-flask-and-mysql: A simple CRUD application using Flask and MySQL · GitHub
A simple CRUD application using Flask and MySQL. Contribute to muhammadhanif/crud-application-using-flask-and-mysql development by creating an account on GitHub.
Starred by 36 users
Forked by 43 users
Languages   HTML 55.5% | CSS 29.9% | Python 14.6%
🌐
GitHub
github.com › fatematzuhora › Flask-SQLAlchemy-RESTful-CRUD
GitHub - fatematzuhora/Flask-SQLAlchemy-RESTful-CRUD: Simple RESTful CRUD API application using Flask & SQLAlchemy. · GitHub
Simple RESTful CRUD API application using Flask & SQLAlchemy, and connecting the both using Flask-SQLAlchemy library.
Starred by 10 users
Forked by 8 users
Languages   Python
🌐
GitHub
github.com › topics › flask-crud
flask-crud · GitHub Topics · GitHub
A modern Flask-based Contact Management Web App built with Python, Flask, and SQLAlchemy. Includes full CRUD functionality, responsive UI, and unit testing — perfect for beginners learning Flask web development and database integration.
🌐
GitHub
github.com › ashwani99 › flask-crud
GitHub - ashwani99/flask-crud: Flask CRUD app that stores employees and their devices
git clone https://github.com/ashwani99/flask-crud cd flask-crud · Spin up a virtual environment (preferably) and install the python dependencies · python -m venv venv source venv/bin/activate pip install -r requirements.txt · Setup environment variables for flask CLI and database URL (SQLite is used here) export FLASK_APP=app:app export FLASK_DEBUG=0 # set it to 1 if you want to run flask in debug mode export DATABASE_URL='sqlite:///app.db'
Author   ashwani99
🌐
GitHub
github.com › sixhobbits › flask-crud-app
GitHub - sixhobbits/flask-crud-app: The code for my tutorial on CodeMentor about building a Flask CRUD web app · GitHub
The code for my tutorial on CodeMentor about building a Flask CRUD web app - sixhobbits/flask-crud-app
Starred by 31 users
Forked by 31 users
Languages   Python 63.8% | HTML 36.2%
Find elsewhere
🌐
GitHub
github.com › luong-komorebi › Simple-CRUD-Flask-App
GitHub - luong-komorebi/Simple-CRUD-Flask-App: Simple CRUD Flask App
A simple CRUD (Create, Read, Update, Delete) employee management web app using Flask + MySQL. This is not my original work.
Starred by 30 users
Forked by 24 users
Languages   Python 58.7% | HTML 35.8% | CSS 4.4% | Mako 1.1% | Python 58.7% | HTML 35.8% | CSS 4.4% | Mako 1.1%
🌐
GitHub
github.com › liyocee › flask-crud
GitHub - liyocee/flask-crud: Simple Crud App using flask
Simple Crud App using flask. Contribute to liyocee/flask-crud development by creating an account on GitHub.
Author   liyocee
🌐
GitHub
github.com › parwiz123 › flask-crud-application-with-mysql
GitHub - parwiz123/flask-crud-application-with-mysql: This is a python flask crud application development
This is a python flask crud application development - GitHub - parwiz123/flask-crud-application-with-mysql: This is a python flask crud application development
Starred by 62 users
Forked by 89 users
Languages   HTML 72.7% | Python 21.9% | JavaScript 5.4% | HTML 72.7% | Python 21.9% | JavaScript 5.4%
🌐
GitHub
github.com › buildwithdan › flask-crud
GitHub - buildwithdan/flask-crud: ✨ Flask CRUD app built with Flask, Bootstrap, Postgres and Docker (self-hosted)
✨ Flask CRUD app built with Flask, Bootstrap, Postgres and Docker (self-hosted) - buildwithdan/flask-crud
Author   buildwithdan
🌐
GitHub
github.com › oktadev › python-flask-react-crud-example
GitHub - oktadev/python-flask-react-crud-example: Build a simple CRUD application with Python, Flask, and React.
Build a simple CRUD application with Python, Flask, and React. - oktadev/python-flask-react-crud-example
Starred by 53 users
Forked by 21 users
Languages   JavaScript 62.1% | Python 24.5% | HTML 8.7% | CSS 4.7% | JavaScript 62.1% | Python 24.5% | HTML 8.7% | CSS 4.7%
🌐
GitHub
github.com › piyush335 › CRUD-Flask-App
GitHub - piyush335/CRUD-Flask-App: In this project, we'll build a CRUD (Create, Read, Update, Delete) Articles web app using Flask, a micro-framework for Python.
In this project, we'll build a CRUD (Create, Read, Update, Delete) Articles web app using Flask, a micro-framework for Python. - piyush335/CRUD-Flask-App
Author   piyush335
🌐
GitHub
github.com › topics › flask-sqlalchemy-crud
flask-sqlalchemy-crud · GitHub Topics · GitHub
javascript flask fontawesome flask-sqlalchemy-crud ... A simple CRUD notes app with HTML/CSS (later React, maybe) frontend, Flask backend, and Flask-SQLAlchemy database.
🌐
GitHub
github.com › nitinprakash96 › flask-crud
GitHub - nitinprakash96/flask-crud: A CRUD Web App With Python and Flask
A CRUD Web App With Python and Flask. Contribute to nitinprakash96/flask-crud development by creating an account on GitHub.
Author   nitinprakash96
🌐
GitHub
github.com › Faerque › CRUD-application
GitHub - Faerque/CRUD-application: Simple CRUD application using flask@python, mysql. · GitHub
Simple CRUD application using flask@python, mysql. - GitHub - Faerque/CRUD-application: Simple CRUD application using flask@python, mysql.
Starred by 2 users
Forked by 2 users
Languages   HTML 80.8% | Python 19.2%
🌐
GitHub
github.com › topics › python-flask-crud
python-flask-crud · GitHub Topics · GitHub
Flask-based Python API with CRUD functionality for streamlined data management. python api flask python3 flask-application simple-api flask-backend flask-api python-flask flask-restful python-flask-application python-backend api-python ...
🌐
GitHub
github.com › adnaanbheda › flask-crud
GitHub - adnaanbheda/flask-crud: Flask CRUD API with JWT authentication and a CI/CD pipeline
Flask CRUD API with JWT authentication and a CI/CD pipeline - adnaanbheda/flask-crud
Author   adnaanbheda