Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/surojcodes/shopper
- Owner: surojcodes
- Created: 2023-10-17T20:00:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-20T14:41:24.000Z (about 1 year ago)
- Last Synced: 2024-10-18T14:40:59.317Z (about 1 month ago)
- Topics: expressjs, mongodb, mongoosejs, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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