geobingo-v2
Project to build and share quarantine bingo boards with your friends. Enter values in the bingo board, screenshot, and share!
This WebApp gives people an opportunity to quickly and easily create and share their own custom Bingo Boards with friends and families!
Setup instructions:
git clonethe repository.npm i– install all dependencies.- Generate a
.envfile with the following things:MONGO_CONNECT_URL
Usage
- The simplest thing to do is use
npm run dev, which deploys the schema, builds, starts the server, and will launch the app onhttp://localhost:3000, or whateverPORTis set in a your.envfile.
Manual Development
- From the root, if setting up the first time, run
npm run deploy. Follow the in-terminal instructions to resolve setting up Prisma. - Afterwards and for all future runs, run
npm run serverin one terminal, and thennpm run build, thennpm run start.

Log in or sign up for Devpost to join the conversation.