Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```