https://github.com/tirtharajsinha/blogo
A blog service engine for easy blog reading and publishing built using django framework.
https://github.com/tirtharajsinha/blogo
blog blog-engine djnago fullstack-app hackathon python
Last synced: 24 days ago
JSON representation
A blog service engine for easy blog reading and publishing built using django framework.
- Host: GitHub
- URL: https://github.com/tirtharajsinha/blogo
- Owner: tirtharajsinha
- Created: 2021-09-05T04:13:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T19:49:51.000Z (over 4 years ago)
- Last Synced: 2025-02-23T10:17:24.308Z (over 1 year ago)
- Topics: blog, blog-engine, djnago, fullstack-app, hackathon, python
- Language: CSS
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blogo - a blog engine
blogo is a blog service site built by tirtha
### To access it, click here.
## Requirements to run source code locally
> python3 installed on system
## procedure to run.
1. clone the repo.
2. create a virtual environment (_optional)
3. install packages using ``` pip install -r requirements.txt ```
4. go in the dir where manage.py is located.
5. open terminal/powershell/CMD in that location, run ``` python manage.py runserver ```