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

https://github.com/adityaprakash-bobby/mark-it-down

Yet another flask application to display markdown on the go.
https://github.com/adityaprakash-bobby/mark-it-down

awesome flask-application markdown-viewer python3 sijax webapp

Last synced: 5 months ago
JSON representation

Yet another flask application to display markdown on the go.

Awesome Lists containing this project

README

          

![logo-png](https://raw.githubusercontent.com/adityaprakash-bobby/mark-it-down/master/assets/logo.png)

Yet another markdown viewer as a flask application.

## Run the project locally

```bash
git clone https://github.com/adityaprakash-bobby/mark-it-down.git
cd mark-it-down/

# setup virtual environment
virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt

# start the server
python app.py
```
You can test the live version of the application at https://mark-it-down.herokuapp.com/