Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyasgkhakal100/uniqlo-backend-2
UNIQLO is a clothing apparel company, from Japan. They also sell their products in online mode through their website. This is the backend of the clone project created by using nodejs, expressjs & mongodb.
https://github.com/shreyasgkhakal100/uniqlo-backend-2
clone clone-project javascript mongodb nodejs project uniqlo uniqlo-backend
Last synced: 13 days ago
JSON representation
UNIQLO is a clothing apparel company, from Japan. They also sell their products in online mode through their website. This is the backend of the clone project created by using nodejs, expressjs & mongodb.
- Host: GitHub
- URL: https://github.com/shreyasgkhakal100/uniqlo-backend-2
- Owner: Shreyasgkhakal100
- Created: 2022-02-24T08:31:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T12:45:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-05T18:11:51.776Z (2 months ago)
- Topics: clone, clone-project, javascript, mongodb, nodejs, project, uniqlo, uniqlo-backend
- Language: JavaScript
- Homepage: https://uniqlo-clone.netlify.app/
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNIQLO-Clone-Backend
Unit 4 Project At Masai School.**Links for reference :**
Front-end Repo Link :
https://github.com/alokkumar-dev/uniqlo-clone-2.gitBackend Repo Link :
https://github.com/Shreyasgkhakal100/uniqlo-backend-2.gitBlog link :
https://medium.com/@hgauba4/how-did-our-team-build-the-uniqlo-clone-2-0-5f9afef9c6d0# Technology We Used :computer:
> 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)](https://miro.medium.com/max/3786/1*VWWyKuzBCGh2ipERuP4d_Q.png)
**Signup page**
![Screenshot (55)](https://miro.medium.com/max/875/1*NW0hgxzqK31Qebv2MNqkTQ.png)
**Products page**
![Screenshot (56)](https://miro.medium.com/max/875/1*D4GW0TdEhANt9J4vUOvVBw.png)
**Sections page**
![Screenshot (58)](https://miro.medium.com/max/875/1*OjQzHmVFRNe43byIqf-jPg.png)
## 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.