A fullstack e-commerce web application for selling apparel built with server-side rendering (SSR).
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.
To run the Stylewise application on your local machine for development and testing purposes, follow the steps below:
git clone [repository_url]
cd stylewise
npm install
Configure the MongoDB connection by modifying the .env file with your database credentials.
Start the development server:
npm run dev
http://localhost:3000.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.