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

https://github.com/eedu7/markdown-note-taking-app


https://github.com/eedu7/markdown-note-taking-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Markdown Note Taking App
Sample solution for the [markdown-note-taking-app](https://roadmap.sh/projects/markdown-note-taking-app) challenge from [roadmap.sh](https://roadmap.sh/).

## How to run

```bash
$ git clone https://github.com/eedu7/markdown-note-taking-app.git
$ cd markdown-note-taking-app
$ cd app
$ pip install -r requirements.txt
$ python main.py
```