ishukhanchi / BlogApp

A blog app where articles along with the pictures can be posted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogApp

A blog app where articles along with the pictures can be posted.

Steps to setup:

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.

To modify the code:

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.

About

A blog app where articles along with the pictures can be posted.


Languages

Language:Python 65.6%Language:Tcl 23.8%Language:C 6.8%Language:C++ 3.6%Language:PowerShell 0.2%Language:Batchfile 0.0%Language:HTML 0.0%Language:CSS 0.0%