Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sourcepirate/devmap
A Simple tool to organize my roadmaps.
https://github.com/sourcepirate/devmap
roadmap
Last synced: about 1 month ago
JSON representation
A Simple tool to organize my roadmaps.
- Host: GitHub
- URL: https://github.com/sourcepirate/devmap
- Owner: sourcepirate
- Created: 2017-04-16T16:59:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:40:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:45:51.320Z (8 months ago)
- Topics: roadmap
- Language: JavaScript
- Homepage:
- Size: 21.5 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
- awesome-sanic - devmap - Learning mindmaps
README
## RoadMap
(Only works on Python3.5 and above)Organize your roadmaps .
## Features
* Learning mindmaps.
* Hackernews feeds for things you are learning.
* IPython notebook support(for notes).
For more information check the ```ChangeLog.md``` file.## Installation
**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.
## Made with
* Sanic
* sqlite3## LICENSE
MIT