Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiagogm/ttcdisruptions
- Owner: tiagogm
- Created: 2016-02-14T23:47:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T09:24:58.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T00:56:21.666Z (about 2 months ago)
- Language: JavaScript
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*))