/NestJs-Apps

A simple nest js apps for API requests

Primary LanguageTypeScript

Simple Nest Js Apps

This application purpose is to demostrate a basic next js API. On this app you can use postman to send GET, POST, PATCH api request.

🔧 Setting up local development

# Install dependencies
npm install

# To start
npm start

# Happy hacking!

📻 Features

The server will run on localhost:3000/ use postman to send API request.

Request Req URL Description
GET localhost:3000/products Get stored array of products
POST localhost:3000/products Store an product object
GET localhost:3000/products/id Get a single products by id
PATCH localhost:3000/products Update a single product elements