GithubHelp home page GithubHelp logo

con2 / konsti-oldfork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from con2/konsti

0.0 0.0 0.0 15.16 MB

Konsti event signup application

License: MIT License

Shell 0.01% JavaScript 1.38% TypeScript 94.40% HTML 0.05% Dockerfile 0.08% MDX 4.09%

konsti-oldfork's Introduction

Konsti

Build

Known Vulnerabilities

Event signup application Konsti. The application is used to sign up and assign users to events. Registered users can choose weighted preferences for different time slots and event seats are quickly allocated using Hungarian algorithm, eventassigner-js, or brute force approximation. Users can form groups to be assigned into the same event.

Konsti is used by roleplaying conventions Ropecon and Tracon Hitpoint. Event data is fetched from Kompassi Event Management System.

Registered users by year:

  • Ropecon 2017: 550 (live, Hungarian algorithm)
  • Ropecon 2018: 850 (live, brute force approximation)
  • Ropecon 2019: 920 (live, eventassigner-js + brute force approximation)
  • Tracon Hitpoint 2019: 150 (live, eventassigner-js + brute force approximation)
  • Ropecon 2021: 150 (remote, direct signup)
  • Ropecon 2022: 1080 (live, assignment + direct signup)

Quick Start

  • Requirements

    • Docker
    • Yarn
  • Run

    yarn
    yarn docker:db
    yarn run populate-db:dummy
    yarn start:dev
  • Open localhost:8000

  • Login credentials for different roles

    • Admin: admin:test
    • Users: test1:test | test2:test | test3:test
    • Users in same group: group1:test | group2:test | group3:test
    • Helpers: helper:test

You can also run the project completely in Docker:

yarn docker-compose:start

In this case, access the frontend at localhost:5000.

Tech

  • General

    • TypeScript
    • Prettier & ESlint
    • Jest
    • Playwright
  • Back-end

    • Node.js
    • Express
    • MongoDB
    • AWS
  • Front-end

    • React
    • Redux & Redux Toolkit
    • Webpack
    • styled-components
    • stylelint

Supporters

Konsti development supported by

Reaktor logo    Sovellin logo    BrowserStack logo Sentry logo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.