Lavender Snake Marketplace
An Ecommerce App Marketplace for art enthusiasts to discover and purchase authentic art pieces from around the world, offering a seamless user experience, allowing users to easily browse, bid, and buy through a vast collection of unique art pieces, with cart and bookmark functionality. Built with Next.js, React, TypeScript, and Tailwind CSS.
LavenScape - Art Marketplace
Lavender Snake's implementation on Marketplace/E-commerce
How To Setup The Project?
- Clone the project
git clone [email protected]:Hack-Weekly/lavender-snake-marketplace.git
- Go to project's folder
cd lavender-snake-marketplace
- Install dependencies
npm i
- Create a file called
.env
in project's root
- Copy the content of the file posted by Jude here
- Start development server
npm run dev
- Make sure the project is running on port 3000 (because of some necessary hard-coding issue)
Note on API development