This is a simple blog were users can create posts and add comments to them.
Both Python 3.8+ and Pipenv are required.
- Download or clone this repo
- Open a terminal in the repo's directory
pipenv install
cd src
pipenv run python manage.py runserver
- Open a browser in the address
http://127.0.0.1:8000/