The web application like gist.github.com, that is allowing you to store and share code snippets
- Python 3.7
- Flask 1.1
- JavaScript (ES2015+)
- highlight.js (https://highlightjs.org/)
- HTML5
- Jinja2
- CSS
- SASS
- PostgreSQL 10
- prepare DBMS (Postgres)
- create a user which can login and create databases (gist:gist)
- or
- change connection in config.py (variable BD_USER and BD_PASS)
- clone project to virtual environment with
Python 3.x - run
pip install -r requirements.txt - run
flask runfor start application - application running on
http://127.0.0.1:5000/