A flask based github navigator that uses parallel requests + in memory caching.
To setup the backend you need python and pip and then run the following:
pip install -r requirements.txt
python server.py
The app will run on http://localhost:9876/
Server tests:
python server_tests.py
Navigator tests:
python navigator_tests.py
- Optimize caching
- Add travis
- Improve template design
- Add uWSGI