Skip to content

illiakroshka/Dental-clinic-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published