Skip to content

Teckchun/MyBucketApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBucketApp

Database set up: Database script located in folder MyBucketApp/sqlscript -> MyBucketList.sql

Technology Usage

#DBMS: Mysql
#Backend:
WebServer framework: Flask
Language: Python 2.7
#Frontend:
HTML,CSS,Bootstrap,Bootswatch,jQuery,jQuery Template,Jinja2

Deployment:

  1. clone the project
  2. cd to project folder
  3. install some library:
  $ pip install requests 
$ pip install flaskext.mysql
  1. open app.py and change database configuration
app.config['MYSQL_DATABASE_HOST'] = 'localhost'
app.config['MYSQL_DATABASE_PORT'] = 3306
app.config['MYSQL_DATABASE_USER'] = 'root'
app.config['MYSQL_DATABASE_PASSWORD'] = 'root'
app.config['MYSQL_DATABASE_DB'] = 'BucketList'

How to access

url: http://localhost:5000 (for index page)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published