felippegh / crud-api

A simple crud API to learn Nest.js concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 89.0%Language:JavaScript 11.0%