This is a work in progress, with the intention to be used in June for the Friends & Family summer campout.
This API ingests and serves ticket information to be used by Gate App for the event check-in. Credentials are intentionally hard coded to keep development simple with no need to share a .env or similar. This application will be run offline via a Raspberry Pi and completed with community help.
docker-compose up
npm install -g knex
knex migrate:latest
knex seed:run
- Tickets are seeded into the database. Users may have many tickets.
- Tickets may be transferred from one user to another, or to a brand new user.
- User can consume a ticket
- Create a ticket to be created out of thin air for admin purposes(currently only done via CSV seed)
- Waiver form timestamp added to User object
- License plate added to User object
- Fix routing so it's not all under /user