Skip to content

abhinavanand500/Bloggify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERSONAL BLOG

This is a Blog created by Abhinav Anand to write blog and share his experience about different technology stacks, interview experiences, some project ideas, and other things that he came across. Other people can come to this website and read the blogs and comment if they want to give some suggestions. This website is having authentication part in it.

Steps

  1. Clone this repository to your local computer.

  2. Open the project in an editor of your preference.

  3. Use the package manager pip to install dependencies.

      pip install django
  4. Run your server

       python manage.py runserver

    or, the below command if your default python version is python2 use python3

      python3 manage.py runserver
  5. Your server should be up and running now.

ABOUT DEPLOYMENT

The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.

Note : All Data being used is dummy data.

Thank You :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published