All Projects → byceps → byceps

byceps / byceps

Licence: BSD-3-Clause license
BYCEPS is a web platform to run LAN parties. Multiple brands, multiple sites, advanced ticketing, seating, native discussion board and shop, intranet mode, etc.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to byceps

README.1ST
The starting point of Laclede’s LAN on GitHub.
Stars: ✭ 48 (-9.43%)
Mutual labels:  lanparty, lan-party
awesome-lanparty-software
An awesome list with awesome software for awesome LAN parties and their organizers.
Stars: ✭ 51 (-3.77%)
Mutual labels:  lanparty, lan-party
ng-shopping-cart
🛒 An Angular component library to create shopping carts
Stars: ✭ 46 (-13.21%)
Mutual labels:  shop
Unofficial-Bitcointalk-API
Unofficial C# / .NET library for fetching Bitcointalk.org boards, topics and posts
Stars: ✭ 16 (-69.81%)
Mutual labels:  forums
A3Mall
A3Mall B2C开源商城系统使用Thinkphp6开源框架,前端采用uniapp开发,支持微信公众号商城、H5商城、小程序商城、APP商城、PC商城,前后端源码100%开源,支持免费商用。
Stars: ✭ 142 (+167.92%)
Mutual labels:  shop
react-forum-system
React Forum System
Stars: ✭ 16 (-69.81%)
Mutual labels:  forums
VineRelayStore
🔥 VineRelay is Content Management Boilerplate which enables you to quickly scaffold a shop with the basic features using React, Relay and GraphQL.
Stars: ✭ 16 (-69.81%)
Mutual labels:  shop
shop manager flutter
A small app to manager simple transactions made in a shop (selling, buying, register handling..etc).
Stars: ✭ 46 (-13.21%)
Mutual labels:  shop
flutter app o2o
flutter高校食堂o2o预定服务,商业级应用,持续升级,完全开源。
Stars: ✭ 45 (-15.09%)
Mutual labels:  shop
FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (+100%)
Mutual labels:  shop
An-PHP-Based-Affiliate-marketing-website
University project involving Javascript, PHP, HTML, CSS and database’s queries management.
Stars: ✭ 51 (-3.77%)
Mutual labels:  shop
L-Shop
Modern e-commerce system for Minecraft.
Stars: ✭ 121 (+128.3%)
Mutual labels:  shop
toss
Toss 결제를 위한 python client library
Stars: ✭ 51 (-3.77%)
Mutual labels:  shop
askbot-devel
Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Stars: ✭ 1,528 (+2783.02%)
Mutual labels:  forums
FluxBB by Visman
My modification of FluxBB
Stars: ✭ 50 (-5.66%)
Mutual labels:  forums
shop-store-client
网上书店商城-前端
Stars: ✭ 41 (-22.64%)
Mutual labels:  shop
GETProtocolCore
🎫 Contract overview and definition of GET Protocol's NFTs
Stars: ✭ 31 (-41.51%)
Mutual labels:  ticketing
enhavo
Modern CMS with shop features based on fullstack symfony and sylius components
Stars: ✭ 80 (+50.94%)
Mutual labels:  shop
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+1081.13%)
Mutual labels:  shop
frontend
Frontend repository / Reactive realtime forum software (currently alpha).
Stars: ✭ 13 (-75.47%)
Mutual labels:  forums

BYCEPS

BYCEPS logo

BYCEPS is the Bring-Your-Computer Event Processing System.

It is a tool to prepare and operate a LAN party, both online on the Internet and locally as an intranet system, for both organizers and attendees.

The system incorporates both experience from more than 15 years of organizing LAN parties as well as concepts and source code developed for more than a decade.

Parties using BYCEPS:

  • Since 2014, BYCEPS is the foundation of the public website and local party intranet of the LANresort (300+ attendees) event series.
  • In 2016, LANresort Bostalsee was launched on BYCEPS.
  • In 2017, NorthCon (1,300+ attendees) was relaunched on BYCEPS.

Other sites using BYCEPS:

  • In 2019, the OrgaTalk community was launched using BYCEPS as a discussion board.
Copyright:2014-2022 Jochen Kupperschmidt
License:Revised BSD (see LICENSE file for details)
Website:https://byceps.nwsnet.de/

Code Status

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Code Climate

Installation

See installation instructions.

Testing

In the activated virtual environment, install the test dependencies:

(venv)$ pip install -r requirements-test.txt

Run the tests:

(venv)$ pytest

Serving

To spin up a local server (only for development purposes!) for the admin app on port 5000 with debugging middleware and in-browser code evaluation:

(venv)$ BYCEPS_CONFIG=../config/development.py APP_MODE=admin flask --debug run

In a production environment, it is recommended to have the application served by uWSGI or Gunicorn.

It is furthermore recommended to run it locally behind nginx and have the latter both serve static files and provide SSL encryption.

Shell

The application shell is an interactive command line that gives access to BYCEPS' functionality as well as the persisted data.

(venv)$ BYCEPS_CONFIG=../config/development.py flask shell

Installation of an extra package makes the shell easier to use due to features like command history and auto-completion:

(venv)$ pip install flask-shell-ipython
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].