An open API service indexing awesome lists of open source software.

https://github.com/jameskulu/blog-app-django

It is a blog website where uses can upload their post, view, and interact with other people's posts.
https://github.com/jameskulu/blog-app-django

django postgresql python

Last synced: 4 months ago
JSON representation

It is a blog website where uses can upload their post, view, and interact with other people's posts.

Awesome Lists containing this project

README

          

# JBlog
It is a Blog website where users can share their post which is made using Django framework.

## How to run
1) Clone the repository.
2) Create a new virtual environment.
3) Install dependencies from requirements.txt file.
4) Migrate the database.
5) Run the server.