The app allows you to add blogs after signup from frontend ,users can add comments to a specific blog .It has a login feature.
-
Create a virtual environment with venv (install virtualenv, if its not installed).
venv blogapp -
Clone the project in the virtual environment directory.
cd blogapp git clone https://github.com/kgulshan827/Blogapp11.git -
Activate the virtual environemnt.
source bin/activate.\Scripts\activate -
Install the requirements.
cd bloagpp pip install -r requirements.txt -
Run the Migrations
python manage.py makemigrations python manage.py migrate -
Run the development server
python manage.py runserver -
Head to server http://localhost:8000
-
Add blogs after signup
Blogapp uses the following technologies:
- HTML/CSS
- Pyhton(Django)