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
- Host: GitHub
- URL: https://github.com/marcode24/smart-dental-backend
- Owner: marcode24
- Created: 2022-04-11T18:27:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T16:02:56.000Z (over 2 years ago)
- Last Synced: 2025-02-04T00:32:44.506Z (about 1 year ago)
- Topics: api, api-rest, backend, framework, jest, lint-staged, linter, mysql, mysql-database, nest, nestjs, nodejs, orm, sequelize, typescript
- Language: TypeScript
- Homepage: https://smart-dental-backend.onrender.com
- Size: 5.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```