A blog app where articles along with the pictures can be posted.
Clone the repository. git clone https://github.com/ishukhanchi/BlogApp.git
Change directory to repository. cd BlogApp
Run the shell script run to setup and run the server locally. ./run. It will setup a virtual environment, install requirements and run the server.
To stop serving the website, press ctrl+c.
If you want to again run the server, use the run script again, it won't setup virtual environment again and install requirements.
Run the setup script. ./run<br>
Stop the server and activate the virtual environment. source venv/bin/activate
Run the server using python3 manage.py runserver.