Simple project based on websites like http://wepaste.com or http://cl1p.net.
- Should have Docker installed.
- Build:
docker build -t insta-notes .
- Run:
docker run -p 80:80 insta-notes
- App is running on
localhost
, port 80.
- Should have Python3.8+, preferably with Virtualenv.
pip install -r requirements.txt
orrequirements_dev.txt
for tests to work.python app/main.py
for development server.pytest
for running tests.