Skip to content

Python-Flask API using Flask render and templates while fetching and storing data in MySQL database.

Notifications You must be signed in to change notification settings

domufasa/Python-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Flask

Python-Flask app using Flask render and templates while fetching and storing data in MySQL database.

Modules

pip install Flask pip install flask-mysql Ref: https://flask-mysql.readthedocs.io/en/latest/#

pip install Flask-WTF

Set Up

MySQL Script

CREATE TABLE articles_app.users(id integer AUTO_INCREMENT PRIMARY KEY, name VARCHAR(100), email VARCHAR(100), username VARCHAR(30), password VARCHAR(100), register_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP);

About

Python-Flask API using Flask render and templates while fetching and storing data in MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published