-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Guide
Harsh Daftary edited this page Aug 21, 2016
·
1 revision
-
Technologies and reference
I have implemented rest API architecture for the project so back-end and front end works separately.
So you can run web API and User interface separately
or skip the UI all together and just use the web API
or build your own UI over the webAPI -
Reference usage of REST web API is at : Example 1 and Example 2
-
Backend:
- Python3
- Flash microframework for handling url and web api
- SQLalchemy and JSON for storage
- python-multiprocessing for concurrent processing
-
Front end :
- HTML5
- CSS 3
- Angular JS
- Twitter bootstrap