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

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

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