Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 475 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 475 Bytes

nestjs-7-cart-example

nestjs v7 cart example

Description

Basic proof of concept for shopping cart. Tests are focused on Cart service, e2e endpoints are documented in Postman

There is many possibility improvements like, better validation, split cart and item services etc..

Its easy to add nest.js modules for swagger documentation, and simple Logger but i skip it.

run test by yarn test :)