Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 413 Bytes

Nodejs shopping cart

Demo a restful api shopping cart.

Design

  1. Nodejs best practices folder structure
  2. Hexagonal Architecture or Ports and Adaptors pattern

How to run

  1. npm install
  2. npm run seed:dev
  3. npm run start:dev