Skip to content

Latest commit

 

History

History
102 lines (58 loc) · 2.44 KB

README.MD

File metadata and controls

102 lines (58 loc) · 2.44 KB

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