Clone of an e-commerce website which basically focuses on selling mobile covers, backpacks and watchbands
This is an individual project built within a span of five days.
Backend is deployed on Cyclic: Deployed Link
Frontend[HTML, CSS and JS] is deployed on Netlify: Deployed Link
Frontend[React.js and TypeScript] is deployed on Vercel: Deployed Link
- User Sign In
- User Sign Up
- User Logout
- Add to Cart
- Place an order
- Razor Payment Gateway
- Search Product
- Update User Details
- Increase/Decrease quantity for a particular order
- Search Product
- User Dashboard
Landing Page
Product Listing Page
Product Page
Cart Page
User Dashboard
-
Clone the project:
git clone [email protected]:Abhi0049k/Everyday-Needs.git
-
Copy the
.env.example
to.env
for both the backend and react-frontend. -
Navigate to the
backend
folder and thereact-frontend
folder separately and install dependencies:cd backend npm install
cd react-frontend npm install
-
Run both the backend and react-frontend:
npm run dev
-
Clone the project:
git clone [email protected]:Abhi0049k/Everyday-Needs.git
-
Navigate to the project's root directory.
-
Use Docker Compose to create an image and run a container:
docker-compose up