Skip to content

krishnaa192/Blogme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogme

This Blogging web application project is purely made with Django as the backend and Bootstrap as the frontend.

Installation Instructions If you want to work with this project or create a version of it make sure to follow the steps below!

Make sure to install Python 3, pip and virtualenv

Create a project folder

$ mkdir project
$ cd project

Create a python 3 virtualenv, and activate the environment to install requirements.

$ python3 -m venv env
$ source env/bin/activate

Install the project dependencies from requirements.txt

(env)$ pip install -r requirements.txt

Clone the repository

(env)$ git clone https://github.com/krishnaa192/blog_app.git
(env)$ cd django-blog-app

You have now successfully set up the project on your environment.

How to run the project? Make sure you are in env and then do the following each at a time.

(env)$ python manage.py makemigrations (env)$ python manage.py makemigrations blogApp (env)$ python manage.py makemigrations users (env)$ python manage.py migrate (env)$ python manage.py createsuperuser (env)$ python manage.py runserver

#Some screenshot of website... Screenshot from 2023-03-28 22-14-53 Screenshot from 2023-03-28 22-15-07 Screenshot from 2023-09-02 01-05-39

Screenshot from 2023-03-28 22-11-57

Features
Dedicated profile page where user can see his posts and edit his profile. Comment and like functionality will be addded. User can post and delete his post and modify too. Search option is there.List of all authors is there.

....................................Thankyou

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published