An app for syncing everyone up. Try it out at https://groupup.quest
This application, by design, does not store any user information on the server at the moment. Beyond a simple event title, all interactions and data are completely anonymous. A list of created events and voted-for events are stored in the browser with the local storage API. Deleting an event does not delete it from the server and/or database, but instead merely removes the reference stored in the browser.
Dependencies: none
npm install
from root dirnpx prisma migrate dev
from root dirdocker-compose up
from root dir
Dependencies: Database
npm run dev
from root dir
Dependencies: Server, Database
npm install
from/src/frontend
npm start
from/src/frontend