/LibraryAPI-NestJS

An API project from a book library that can do all the CRUD operations.

Primary LanguageTypeScript

Library API

e2f21593023da9958fab1dc0302a709d

It is a web application that peforms CRUD operations.

Some fields in main Model are:

  • codigo
  • nome
  • preco

Technologies Used:

NestJs Sequelize MySql2
8.0 6.17 2.3.3

Installation

$ npm install

Configuration

In the project root create an .env file for the database connection and use your local environments

# Your MySql User
USER=user
# Your MySql Password
PASSWORD=123

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod