Project: Clone of https://www.ninewest.com/ site
In this project We have tried to make a look alike clone of Ninewest E-commerce Website. With our efforts and the technology stack, that we have learned till now in Unit-4 in Masai School, we were able to clone the front end, integrated it with backend and added similar looks and features.
Clone the project
For Front-End
git clone https://github.com/RishabhTG209/NINE_WEST
For Back-End
git clone https://github.com/RishabhTG209/NineWest_DatabaseDeployment link of Database on Heroku
got to https://blooming-refuge-71619.herokuapp.comCrud Operations
To fetch all Users data : https://blooming-refuge-71619.herokuapp.com/userTo fetch all products data : https://blooming-refuge-71619.herokuapp.com/productsTo fetch List of products : https://blooming-refuge-71619.herokuapp.com/productlistTo fetch Cart Data : https://blooming-refuge-71619.herokuapp.com/cartTo Register : https://blooming-refuge-71619.herokuapp.com/registerTo Login : https://blooming-refuge-71619.herokuapp.com/loginInstall npm packages
npm installRun the server
npm run serverView in Browser
go to https://rishabhtg209.github.io/NINE_WEST/
In this project we have used the following technologies:
- Nodejs
- Expressjs
- MongoDB
- HTML
- CSS
- JavaScript
- env
All the data got stored in and called from Mongo Atlas cloud database.
- All the image and icon links have been taken from the main website ( https://www.ninewest.com/ )
- NPM Packages
- ejs
- express
- mongoose
- jsonwebtoken
- bcryptjs
- cors
- body-parser
- dotenv
- Github : https://github.com/RishabhTG209
- Github : https://github.com/vinitkr567
- Github : https://github.com/akshayjagtap1111
- Github : https://github.com/Noddy952001