Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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