Skip to content

ddbdd/backend

 
 

Repository files navigation

Open Tree Hole Backend

Backend of OpenTreeHole ---- Anonymous BBS for college students

Features

  • White-listed registration ---- for certain community like college students
  • Anonymous: RSA encrypted personal information(email) and random identity
  • Compliance: report, mute, ban, fold NSFW contents
  • Push notifications: web(websocket), iOS and Android
  • Balance between performance and development efficiency: stress test 300~400 qps

Install

This installation is just for backend program. If you want to deploy the whole OpenTreeHole project, please visit Deploy Repo.

This project continuously integrates with docker. Go check it out if you don't have docker locally installed.

docker run -d -p 80:80 shi2002/open_tree_hole_backend

Note: this project is runnable with zero-configurations, for full configuration, visit Configuration Doc.

Usage

Please refer to API Docs.

Badge

build dev build

stars issues pull requests

standard-readme compliant

Powered by

Python Django DjangoREST

Contributing

Feel free to dive in! Open an issue or submit PRs.

Full contributing docs and requirements is available at wiki.

Contributors

This project exists thanks to all the people who contribute.

Licence

license © OpenTreeHole

About

Open Tree Hole 的后端项目

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • Other 0.7%