Skip to content

christelleosera/flask-persons-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple Create-Read-Update-Delete web app in Python Flask

##Tech Used

  1. Python Flask
  2. MySQL
  3. HTML5
  4. SASS / CSS3
  5. Bootstrap
  6. Bootstrap Validator
  7. Bootstrap Datepicker
  8. jQuery / JavaScript

##Setup To use on your local machine:

  1. Install Python2.7 and pip
  2. Install Flask pip install Flask
  3. Install MySQL
  4. Run SQL script for database creation mysql < persons_db
  5. Install flask-mysql pip install flask-mysql
  6. Run the app python app.py

##Hosted To demo, this web app is also hosted here.

About

A simple web app with basic CRUD functionality written in Python Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published