(Only works on Python3.5 and above)
Organize your roadmaps .
- Learning mindmaps.
- Hackernews feeds for things you are learning.
- IPython notebook support(for notes).
For more information check the
ChangeLog.md
file.
production:
docker-compose up -d
development:
cd app
pip install -r requirements.txt
python -m sanic main.py --workers=4
Open http://localhost:8080
in your browser.
- Sanic
- sqlite3
MIT