This is a project for WWW service design course at Aalto university.
- Real-view of Seats
- Comment
- User-friendly interface
Add required environment variables:
DATABASE_URL: Database url and passwd.DIST_DIR: Path to host html files.STATIC_DIR: Path to host static image files.
To start the application, run:
npm installto install requeired libraies.npm run init-db-clientto generate prisma client.npm run startto start the service.
This project use Prisma.js as ORM tool, detail information: https://www.prisma.io/docs/orm/overview/introduction/what-is-prisma
For the purpose of course grading, the .env file contains real database keys. Please ensure they are not disclosed. Thank you.