Skip to content

tgwang/flask-sqlalchemy

 
 

Repository files navigation

Flask Fast Monkey app

Set up

Step 1: Clone the git repository

$ https://github.com/candyash/flask-fastmonkey
$ cd flask-fastmonkey

Step 2: Create a virtual environment

$ virtualenv flask
$ source flask/bin/activate
(venv) $ pip install -r requirements.txt

Step 3: Start the application:

(venv) $ python manage.py runserver
 * Running on http://127.0.0.1:5000/
 * Restarting with reloader

About

fastmonkey app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • HTML 1.2%
  • JavaScript 0.2%
  • CSS 0.1%
  • Roff 0.1%
  • C 0.0%