Skip to content
/ cychan Public

A small bullitin board written in python with flask

License

Notifications You must be signed in to change notification settings

cybsoft/cychan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SomeBBS

a lightweight flask-based imageboard system.

Usage

To run this project, all you need to do is the following in a fresh clone:

# Download the needed libraries (flask, sqlite)
pip install flask pysqlite3
# Set the app, initialize the database, and finally run main.py
export FLASK_APP=main.py
flask initdb
flask run

And you're done!

Have fun!

About

A small bullitin board written in python with flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published