Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulkrsharma2004/myntra-app-backend
This is the database made for Myntra frontend clone . This database is made using NodeJS , MongoDB , and express JS . Database is deployed using Railway.
https://github.com/rahulkrsharma2004/myntra-app-backend
backend cookie-parser environment-variables express-js javascript jsonwebtoken mongodb-database mongoose node-js railway-app
Last synced: about 5 hours ago
JSON representation
This is the database made for Myntra frontend clone . This database is made using NodeJS , MongoDB , and express JS . Database is deployed using Railway.
- Host: GitHub
- URL: https://github.com/rahulkrsharma2004/myntra-app-backend
- Owner: Rahulkrsharma2004
- Created: 2024-02-03T11:53:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T19:49:36.000Z (5 months ago)
- Last Synced: 2024-06-27T00:13:34.107Z (5 months ago)
- Topics: backend, cookie-parser, environment-variables, express-js, javascript, jsonwebtoken, mongodb-database, mongoose, node-js, railway-app
- Language: JavaScript
- Homepage: https://myntra-app-backend.vercel.app
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myntra-App-Backend
Folder Structure
--------------------
Middlewares
authMiddleware.js
Models
blacklistModel.js
cartModel.js
orderModel.js
productModel.js
userModel.js
wishModel.js
Node_modules
Routes
caratRoute.js
orderRoute.js
productRoute.js
userRoute.js
wishRoute.js
.env
.gitignore
db.js
index.js
package.json
package-lock.json
vercel.json-----------------------------
## DescriptionThis is the database made for Myntra frontend clone. This database is made using NodeJS, MongoDB, and Express JS. The database is deployed using Railway.
## Images
![Screenshot (225)](https://github.com/Rahulkrsharma2004/Myntra-App-Backend/assets/139108196/2ce06a97-1b27-428b-84fa-b34b766ff541)
![Screenshot (228)](https://github.com/Rahulkrsharma2004/Myntra-App-Backend/assets/139108196/5de594fe-6ee5-4273-ba62-35da864931b5)
![Screenshot (227)](https://github.com/Rahulkrsharma2004/Myntra-App-Backend/assets/139108196/61c92f2a-e263-4f10-990c-c3bfb48dce13)## Installation
Instructions for setting up your project locally.
```sh
git clone https://github.com/Rahulkrsharma2004/Myntra-App-Backend.git
cd Myntra-App-Backend
npm install
npm run dev