https://github.com/moinuddin-dotcom/learning-mongoose
LEARNING MONGOOSE
https://github.com/moinuddin-dotcom/learning-mongoose
Last synced: 9 months ago
JSON representation
LEARNING MONGOOSE
- Host: GitHub
- URL: https://github.com/moinuddin-dotcom/learning-mongoose
- Owner: Moinuddin-dotcom
- Created: 2025-09-24T07:17:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T07:25:03.000Z (9 months ago)
- Last Synced: 2025-09-24T09:31:48.157Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## User Collection
- Name
- Email
- Password
- Role
- Phone
## Mango Collection
- Name,
- Image
- Variety,
- Price,
- Stock,
- Origin,
- Season
## Order Collection
- userId,
- mangoId,
- quantity,
- totalPrice,
- status
- address
## ENV
NODE_ENV=development
PORT=5000
DATABASE_URL=mongodb+srv://TodoWithMongoose:kjlhGKtj6umsnOFA@cluster0.afwrd.mongodb.net/mango?retryWrites=true&w=majority&appName=Cluster0