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.
- Host: GitHub
- URL: https://github.com/jameskulu/blog-app-django
- Owner: jameskulu
- Created: 2020-06-04T11:33:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:55:27.000Z (over 3 years ago)
- Last Synced: 2025-07-27T03:52:04.273Z (about 1 year ago)
- Topics: django, postgresql, python
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.