Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.72 KB

UNIQLO-Clone-Backend

Unit 4 Project At Masai School.

Links for reference :

Front-end Repo Link : https://github.com/alokkumar-dev/uniqlo-clone-2.git

Backend Repo Link : https://github.com/Shreyasgkhakal100/uniqlo-backend-2.git

Blog link : https://medium.com/@hgauba4/how-did-our-team-build-the-uniqlo-clone-2-0-5f9afef9c6d0

Technology We Used 💻

Tech Stack in Frontend:

  1. HTML5
  2. CSS3
  3. JavaScript

Tech Stack in Backend:

  1. Mongo DB
  2. CSS3
  3. Node JS
  4. Express JS
  5. DB collections
  6. Mongoose

About Website :

Landing page

Screenshot (51)

Signup page

Screenshot (55)

Products page

Screenshot (56)

Sections page

Screenshot (58)

Instructions to Run the Code

Note:

We created cloud database using MongoDb Atlas and deployed on Heroku. So, if you want to run our code then please read the instructions below :

  • Clone our repository https://github.com/Shreyasgkhakal100/uniqlo-backend-2.git for backend code and https://github.com/alokkumar-dev/uniqlo-clone-2.git for frontend code.
  • Open that code in your VS code index.html and src/index.js.
  • Open terminal in your VS Code and run the command npm install which will install all packages.
  • Open terminal in your VS Code and run the command npm run start.
  • It will show a message that JSON Server is running on port 1698.
  • Open the index.html on Live server.
  • Then you can Navigate through other pages from Landing page like women.html, men.html etc.