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

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.

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 ```