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
- Host: GitHub
- URL: https://github.com/ghostface-cybersecurity/bulletin-board
- Owner: ghostface-cybersecurity
- License: mit
- Created: 2024-11-10T09:21:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T10:03:53.000Z (7 months ago)
- Last Synced: 2025-01-24T10:38:59.326Z (4 months ago)
- Topics: bulletin-board, django, python, python3
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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