- HTML
- CSS
- JS
- Django
To clone and run this application, you'll need Git
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ python -m venv env
$ env/Scripts/activate or source env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
# Add .env file
# Run the app
$ python manage.py runserver
https://sule-django-blog-app.herokuapp.com/
- GitHub @Sule_ss