Skip to content

Unit 4 - Backend Project -> Max Fashion is an Emirati fashion brand under the banner of the Mumbai based Landmark Group. The brand was first launched in May, 2004, in Middle East in UAE. This is a follow up project of unit 3 project. In unit 4, we are more focusing on Backend.

Notifications You must be signed in to change notification settings

Akshay-Singh-Rajput/MaxFashion-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Max Fashion - Unit 4 Backend Project

Max Fashion is an Emirati fashion brand under the banner of the Mumbai based Landmark Group. The brand was first launched in May, 2004, in Middle East in UAE.

This is a follow up project of unit 3 project. In unit 4, we are more focusing on Backend.

Frontend Github Repo

Tech Stack

Client: HTML, CSS, JavaScript

Server: NodeJS, Express, MongoDB, NPM

Demo

API Reference

Get womens items

  https://max-fashion-backend.herokuapp.com/womens
Parameter Type Description
api_key string Required:- GET / api/womens

Get item by using id

   https://max-fashion-backend.herokuapp.com/womens/6244480900b2438e325e2d23
Parameter Type Description
id string Required:- GET /api/womens/${id}

In the Similar way you can get api by using mens & carts instead of womens

Use Post Method for Signup and Login

  https://max-fashion-backend.herokuapp.com/register
  https://max-fashion-backend.herokuapp.com/login

Screenshots

api/womens

App Screenshot

api/mens/${_id}

App Screenshot

api/carts

App Screenshot

Team Members and Contributors

About

Unit 4 - Backend Project -> Max Fashion is an Emirati fashion brand under the banner of the Mumbai based Landmark Group. The brand was first launched in May, 2004, in Middle East in UAE. This is a follow up project of unit 3 project. In unit 4, we are more focusing on Backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Shell 1.9%