Skip to content

arjun118/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

A simple web-application made using Django. New users can signup and existing users can login. Users can create posts and any user with an account can comment on the post. Login and Signup functonalities are implemented.

Setup

clone the repo

git clone https://github.com/arjun118/Blog.git

create a virtual environment

Refer here to do the same

After activating the virtual environment cd into the Blog folder and install the requirements

pip install -r requirements.txt

Run the Server

python manage.py runserver

You can find the Website at http://localhost:8000/

password reset is yet to be implemented

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published