Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiagogm/ttcdisruptions

python api + reactjs demo
https://github.com/tiagogm/ttcdisruptions

Last synced: 4 days ago
JSON representation

python api + reactjs demo

Awesome Lists containing this project

README

        

### TTCDisruptions

##### Two parts:


### */api* - (Python)


stack:

- Python 2.7
- sqlitedb (persistance)
- Flask + [Flask Restful](http://flask-restful-cn.readthedocs.org/en/0.3.4/)

commands:
- `sudo pip install --ignore-installed -r requirements.txt`
- `python api/app.py`

*note*: if pip install throws package install errors, please try to install those packages individually trough `(sudo?) pip install xxx`


### */client* - (JS):

(api must be running)


stack:
- Webpack + Babel (ES6&7)
- ReactJS with [Mobservables](https://mweststrate.github.io/mobservable/)

commands:

- `sudo npm install`
- `npm run start` (dev)
- `npm run dist` (prod static build (in */dist*))