Live Demo - http://mybloggingapp.herokuapp.com
- Clone the repository to your local machine:
git clone https://github.com/nikhilarora068/Blog-app.git
- Install the requirements:
pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Collect the Static folder files:
python manage.py collectstatic
- Run the development server:
python manage.py runserver