Overview
Stylewise is a full-stack e-commerce web application designed for selling apparel. It utilizes server-side rendering (SSR) for efficient and fast webpage loading. The application is built using NextJS, TailwindCSS, and MongoDB.
Features
- Browse and purchase: Users have the ability to browse through a wide selection of apparel and make purchases directly through the website.
- Shopping cart: Users can easily add items to their shopping cart and proceed to checkout for a seamless shopping experience.
- Responsive design: The application is designed to provide optimal viewing and usability on both desktop and mobile devices.
Installation
To run the Stylewise application on your local machine for development and testing purposes, follow the steps below:
- Clone the project repository to your local machine:
git clone [repository_url]
- Navigate to the project directory:
cd stylewise
- Install the dependencies using npm or yarn:
npm install
Configure the MongoDB connection by modifying the
.envfile with your database credentials.Start the development server:
npm run dev
- Access the application in your web browser at
http://localhost:3000.
Summary
Stylewise is a fully functional e-commerce web application for selling apparel. It offers a wide range of features, including browsing and purchasing products, managing a shopping cart, and a responsive design for optimal user experience. The application is built using NextJS, TailwindCSS, and MongoDB, and it can be easily installed and run on a local machine for development and testing purposes. Contributions to the project are also welcome, making it a collaborative and evolving platform.