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.
- Host: GitHub
- URL: https://github.com/adityaprakash-bobby/mark-it-down
- Owner: adityaprakash-bobby
- License: gpl-3.0
- Created: 2019-03-25T17:12:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T18:18:13.000Z (over 4 years ago)
- Last Synced: 2024-05-21T14:05:46.999Z (about 2 years ago)
- Topics: awesome, flask-application, markdown-viewer, python3, sijax, webapp
- Language: JavaScript
- Homepage: http://13.232.35.126/
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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/