Skip to content

felippegh/crud-api

Repository files navigation

Nest Logo

Basic CRUD API - Nest.js version

A Basic API with functionalities like Create, Retrieve, Update and Delete.

Features

  • ✔️ CRUD functionalities;

Requirements

  • Node: >= 17.1.0

Setup instructions

Execute the following steps:

  • Clone the project
  • Run the commands:
$ npm install
$ npm run start:dev
  • Start sending requests to localhost:3000

The available endpoints can be found here.

License

Nest is MIT licensed.

About

A simple crud API to learn Nest.js concepts

Resources

Stars

Watchers

Forks