A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ psql -U postgres --password
$ CREATE DATABASE second_hand_shopping_db;
# 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
NestJS Case.postman_collection.zip
Nest is MIT licensed.