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

https://github.com/ghostface-cybersecurity/blog

my blog website
https://github.com/ghostface-cybersecurity/blog

blog django python python3 site website

Last synced: 4 months ago
JSON representation

my blog website

Awesome Lists containing this project

README

        

You can call me hellсard and this website my blog.


It will tell more about my portfolio and pet projects, as well as about myself.

build setup (bash)

```
# copy repository

git clone https://github.com/hellcard/blog.git

# installing dependencies

cd blog
python3 -m venv .venv
source .venv/bin/activate
pip install django~=4.1

# server startup

python manage.py runserver
```