Blog Application user can Add, Delete, Update posts
docker-compose up --build
$. python3 -m venv env
$. source env/bin/activate
$. py -m venv env
$. env\Scripts\activate
pip install wheel
pip install -r requirements.txt
Note: For Windows Users Replace python3 with python
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver