Skip to content

tugrulbo/NestJS-API-Example

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Veritabanı

$ psql -U postgres --password
$ CREATE DATABASE second_hand_shopping_db;

Endpoints

# Auth
-> POST register
-> POST login
-> POST superuser

# Product
-> GET product
-> GET product/:id
-> POST product
-> POST product/:id
-> DEL product/:id

# Category
-> GET category
-> GET category/:id
-> POST category
-> POST category/:id
-> DEL category/:id

# User
-> GET user/products/:id
-> POST user/usertype

POSTMAN COLLECTION

NestJS Case.postman_collection.zip

License

Nest is MIT licensed.

About

Nest framework Basic API Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published