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

https://github.com/ghostface-cybersecurity/bulletin-board

bulletin board website with links, data entry and statistical files
https://github.com/ghostface-cybersecurity/bulletin-board

bulletin-board django python python3

Last synced: 4 months ago
JSON representation

bulletin board website with links, data entry and statistical files

Awesome Lists containing this project

README

        

BulletinBoard

django website with links, data entry (forms) and statistics file (.css)

build setup


ubuntu-latest



```
# clone the repo into your disk

$ git clone https://github.com/hellcard/bulletin-board.git

# installing dependencies

$ cd bulletin-board
$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install django~=4.1

# server startup

(.venv)$ python manage.py runserver
```


The following routes are available:

"admin/" - admin pannel


"bboard/" - main page


"bboard/num/" - categories (num: 1-3)

"bboard/add/" - add page




admin pannel


login: admin


password: 123