Hello readers, my name is Arpit Sachan. I learn Full stack web Development at Masai School. During unit-3 construct week of Masai School, I have to build the clone of Fabbag.com. This is a solo project during this project I created a full-stack application including frontend and backend.
- I created a search engine where you can find your relevant product from the database.
- Each product have his share option and also you can choose you best package of the product by month.
- On the checkout Page, you can do a payment Using Razorpay.
In Frontend Side - HTML , CSS , Bootstrap
In Backend Side - Express, Mongoose
In Database - MongoDB
Payment Gateway - Razorpay
Github Link - https://github.com/sachanarpit/fabbag-clone
open your terminal and paste this command
git clone https://github.com/sachanarpit/fabbag-clone.git
open this folder and run the command on the terminal
npm i express mongoose
after installation run this command to run the project on local machine
npm run server
In this step open the browser and open this link
http://localhost:2349/
I hope this article is helpful for you. if you like this article please share on social media to help others.
Thank You