Skip to content

franbonafina/api-contacts

Repository files navigation

👋 Introduction

This Nest application, built with TypeScript, provides a RESTful API for managing contacts. It offers CRUD operations for creating, reading, updating, and deleting contacts, along with their associated addresses and phones.

Technologies:

  • Node Js
  • TypeScript
  • (for further dependencies check package.json)

Installation

$ npm install

Running the app

# development
$ npm run start

# production mode
$ npm run start:prod

Test

# e2e tests
$ npm run test:e2e

# e2e tests coverage
$ npm run test:e2e:cov

# unit test
$ npm run test

Open API (Swagger)

For access API specifications, it's hosted in /api.

# local swagger UI
$ curl --location http://localhost:3000/api

License

Nest is MIT licensed.

About

This is an agenda API written in Node Js (Nest JS).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published