Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 996 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 996 Bytes

Nest Logo

NestJS booking system

A simple booking system built with NestJS & Prisma ORM. This project was created to test the NestJS framework, and additional changes or new features may appear over time.

The project uses a PostgreSQL database running in Docker. Athentication has been implemented using the Google Auth0 with the JWT tokens. Each module features multiple unit and e2e tests.

Run the project

  1. Clone the repository and install all dependencies using pnpm
  2. Copy the .env.example to the .env file and update the variables
  3. Start the database using the docker:db script
  4. Push the prisma schema to the database npx prisma db push
  5. Start the development server pnpm run start:dev
  6. If necessary, run prisma studio to check the db data pnpm run prisma:studio

License

This project is under the MIT license.