Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 305 Bytes

File metadata and controls

8 lines (7 loc) · 305 Bytes

shopper

Shopping list App It is a simple app to demonstrate how to use express and mongoose with typescript along with zod library.

Get Started

  • Create a .env file in the root that has PORT and MONGO_URI defined
  • Install dependency with npm install
  • npm run dev for running app in dev mode