A full-stack web-application made in Django for blogs management.
- Blogger can create blogs and assign topics
- Readers can follow bloggers & topics and upvote/downvote, comment on blog
- Blogs can be searched in their respective categories and via tags as well
- Raju
- Raju
- Raju
- run on cli
git clone https://github.com/NikhilistRaj/blog-web-app.git
- create a python virtual environment and run
pip install -r requirements.txt
- to run the application
cd blog-web-app/src
python manage.py runserver