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 installcd srcpipenv run python manage.py runserver- Open a browser in the address
http://127.0.0.1:8000/