Restaurant Reservation is a NestJS-based backend application designed for managing restaurant bookings. Built for a Software Development Practice class's project.
There two contributors to this project: ThanaphomH (me) and NasmeenI
- Node.js (v16 or higher)
- PostgreSQL
- PNPM package manager
- Environment configuration (see
.env.example)
$ pnpm install# development
$ pnpm run dev
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prodThe application is configured for deployment on Google Cloud Run. Refer to the Google Cloud Run documentation for setup instructions.
This project is licensed under the MIT licensed.