Proof of Concept application for a Lecture Hall reservation and management system.
- Reservation system
- Admin Panel
- User Dashboard
- Authentication and Authorization
- Install dependencies:
npm install
- Run migrations:
npx prisma migrate dev
- 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
- Start the development server:
npm run dev
Email: [email protected]
Password: admin
Email: [email protected]
Password: testing