Skip to content

Demo web app for a lecture hall reservation and management system.

Notifications You must be signed in to change notification settings

trampoline-labs/lecture-hall-demo

Repository files navigation

Lecture Hall Reservatin System

Proof of Concept application for a Lecture Hall reservation and management system.

Features

  • Reservation system
  • Admin Panel
  • User Dashboard
  • Authentication and Authorization

Running Locally

  1. Install dependencies:
npm install
  1. Run migrations:
npx prisma migrate dev
  1. Run seed script:
# the above command will always run the seed script after
# if it doesn't you can run it manually like so

npx prisma db seed
  1. Start the development server:
npm run dev

Test Credentials

Admin

Email: [email protected]

Password: admin

User

Email: [email protected]

Password: testing

About

Demo web app for a lecture hall reservation and management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages