Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitdalal0/flask-web-application-with-database
Flask webapp
https://github.com/rohitdalal0/flask-web-application-with-database
flask flask-application flask-backend flask-server flask-sqlalchemy
Last synced: about 15 hours ago
JSON representation
Flask webapp
- Host: GitHub
- URL: https://github.com/rohitdalal0/flask-web-application-with-database
- Owner: rohitdalal0
- Created: 2019-10-10T09:27:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T01:18:10.000Z (about 5 years ago)
- Last Synced: 2024-04-19T08:36:29.774Z (7 months ago)
- Topics: flask, flask-application, flask-backend, flask-server, flask-sqlalchemy
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-web-application-with-database
# Quick start guide
* [Download](https://www.apachefriends.org/download.html) xampp to create database enviroment in your machine.
* First way to make table manual `(Id, Name, Phone, Email)` or If you use other model `from run import db` then
`db.create_all`.# Now your are done. You can add something in your `database` and also you can add `delete` button so and so for.
# As I love you face and I'll .... see you with a another project.