This application provides the example of implementation a REST API for dental clinic.
This project was created to gain practical skills in working with TypeScript, NestJS, Prisma ORM, and Jest.
-
Clone the repository
git clone https://github.com/illiakroshka/Dental-clinic-api.git
-
Install NPM packages
npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test:unit
#integration tests
$ npm run test:integration