Skip to content

AndyTsangChun/py_seed_proj_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Seed Project

Flask - Python web development framework Seed Project
This project doesn't include example of DB connection (mySQL or Mongo)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

All dependency listed here

pip install -r requirements.txt

Key dependency version: pyutil>=0.0.1 Flask >= 0.12.2

Usages

Example:

python app.py

The following will be shown if run sucessfully

 * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 325-691-956

Run the followings in a browser for three basic demo:
Case 1 - Normal route for html templates

http://127.0.0.1:8000/

Case 2 - Error Code handling

http://127.0.0.1:8000/abc

Case 3 - Route with interaction with our python module

http://127.0.0.1:8000/requestCore

Built With

  • Flask - A micro web framework written in Python.
  • pyutil - python util functions

Change Log

Please check from here

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published