Diffuser
diffuser.borisedison.in
- Responsive Blogging Website Using HTML CSS & Bootstrap
- Robust Backend powered by Django
- Compatible with all mobile devices and with a beautiful and pleasant user interface
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
Download or clone this repository by using the command given below:
git clone https://github.com/BorisEdison/Diffuser.git
Install Virtual Environment:
-
Windows
pip install --user virtualenv
-
Mac
sudo pip3 install virtualenv
Setup Virtual Environment:
-
Windows
python -m virtualenv env
-
Mac
virtualenv -p python env
Activate Virtual Environment:
-
Windows
env\scripts\activate
-
Mac
source env/bin/activate
Install Requirements Packages:
pip install -r requirements.txt
Run Django Server:
python manage.py runserver
How To Deploy Django App with Nginx, Gunicorn, PostgreSQL and Let’s Encrypt SSL on Ubuntu - Link
Give a ⭐ if you like this project and feel free to make pull requests
Code release under the MIT license