Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 749 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 749 Bytes

An implementation of backend application for dental clinic

About the project

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.

Built with

Installation

  1. Clone the repository

    git clone https://github.com/illiakroshka/Dental-clinic-api.git
  2. Install NPM packages

    npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test:unit

#integration tests
$ npm run test:integration