Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noooway/scrawl

Note-taking Software
https://github.com/noooway/scrawl

Last synced: about 1 month ago
JSON representation

Note-taking Software

Awesome Lists containing this project

README

        

# Scrawl
Note-taking Software



Installation:
``` shell
git clone https://github.com/noooway/scrawl
cd scrawl
pip3 install -r requirements.txt
```

For testing start server with:
``` shell
flask run
```

To make server visible to the outside world:
``` shell
flask run --host='0.0.0.0' --port='5000'
```