This app demo is meant to get you started prototyping your own data driven apps. The demo included is a basic sms/signals app. However, you could use this stack to model any system. I put this together because I needed a boilerplate that could:
- Take advantage of Scipy/Numpy's libraries
- Store lots of data in document form, if needed
- Render Data Visualizations in a composable way
- mongoDB
- python-pip
- libffi-dev
- python-dev
- virtualenv (Optional, but recommended.)
-
Inside the virtual environment, run:
$ pip install -r requirements.txt
Please be patient. Numpy is a huge package. If you want a faster numpy installation, click here.
-
Create a user in the db:
python user_create.py
- To run the app:
python server.py
Find the full unlicense in the UNLICENSE
file, but here's a snippet.
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
Do what you want. Learn as much as you can. Unlicense more software.