Skip to content

innovationtreehouse/checkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

399 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckMeIn

A member check-in and program management system built with Next.js, Prisma, and PostgreSQL.

Repository layout

  • / — Next.js + Prisma backend (this README's "Local Setup" applies here)
  • client/ — Python kiosk client that runs on Raspberry Pi devices at the facility entrance. See client/README.md.

Local Setup

Follow the guide for your operating system:

Quick Start (if prerequisites are already installed)

npm install
docker compose up -d db
npx prisma generate
npx prisma db push
npx ts-node --compiler-options '{"module":"CommonJS"}' prisma/seed.ts
npm run dev

The app runs at http://localhost:4000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors