Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surojcodes/shopper

Shopping list App (Just as a template for typescript+mongoose+express+zod)
https://github.com/surojcodes/shopper

expressjs mongodb mongoosejs typescript zod

Last synced: 8 days ago
JSON representation

Shopping list App (Just as a template for typescript+mongoose+express+zod)

Awesome Lists containing this project

README

        

# 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