Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itdxer/flask-test
Flask test application
https://github.com/itdxer/flask-test
Last synced: 19 days ago
JSON representation
Flask test application
- Host: GitHub
- URL: https://github.com/itdxer/flask-test
- Owner: itdxer
- Created: 2014-01-28T11:46:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T19:36:19.000Z (almost 11 years ago)
- Last Synced: 2023-08-03T03:55:16.541Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Flask Application #
### Install: ###
```
~$ git clone [email protected]:itdxer/flask-test.git
~$ cd flask-test
~/flast-test$ ./start
```### Create database: ###
```
~/flast-test$ python run.py createdb
```With test data
```
~/flast-test$ python run.py createdb --testdata
```### Run server: ###
```
~/flast-test$ python run.py server localhost:3333
```Default host: localhost:5000
```
~/flast-test$ python run.py server
```