Skip to content

A simple blog application built with Django with basic CRUD functionality.

License

Notifications You must be signed in to change notification settings

beingbiplov/djBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Demo

A simple blog application built with Django with basic CRUD functionality.

Features

  • Create Blog Post
  • Read a Blog
  • Update a Blog
  • Delete a Blog

Local installation

Follow the instruction to run the code in your local machine:

  • clone this repository using: git clone https://github.com/beingbiplov/djBlog.git
  • Move into the new directory: cd djBlog
  • Create a virtual environment and activate it.
  • Install dependencies with: pip install -r requirements.txt
  • Migrate the database: python manage.py migrate
  • Start the server: python manage.py runserver
    Now you can visit http://127.0.0.1:8000 to see the web app in action.

About

A simple blog application built with Django with basic CRUD functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published