An open API service indexing awesome lists of open source software.

https://github.com/marcode24/smart-dental-backend

🦷 This is the backend for the Smart Dental project. It is a REST API built with NestJS and MySQL as the database using Sequelize as the ORM
https://github.com/marcode24/smart-dental-backend

api api-rest backend framework jest lint-staged linter mysql mysql-database nest nestjs nodejs orm sequelize typescript

Last synced: about 1 month ago
JSON representation

🦷 This is the backend for the Smart Dental project. It is a REST API built with NestJS and MySQL as the database using Sequelize as the ORM

Awesome Lists containing this project

README

          

# Smart Dental Backend

This project was generated with [Nest CLI](https://github.com/nestjs/nest-cli) version 8.2.3

## Get started

### Requirements

- [Visual Studio Code](https://code.visualstudio.com/)
- [Git](https://git-scm.com/downloads)
- [NodeJs](https://nodejs.org/en/)
- [Nest CLI](https://docs.nestjs.com/cli/overview)

### Clone the repo

```shell
git clone https://github.com/marcode24/smart-dental-backend
cd smart-dental-backend
```

### Install npm packages

Install the `npm` packages described in the `package.json` and verify that it works.

```shell
npm install
```

### Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```