Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

-----------------------------
## Description

This 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