Live Link: Emporio Live
Youtube Link: Demo Video
Emporio is a digital marketplace for creators and consumers. Whether you're a designer, developer, student, or seasoned content creator, Emporio makes it effortless to upload, discover, and purchase digital assets — all in one place.
- E-books
- Cheatsheets
- Icons
- Photos
- Templates
- Code Snippets
- Frontend: React (MERN stack)
- Backend: Node.js / Express.js
- Database: MongoDB
- Product Management
- Search by name, category, description
- User Reviews & Ratings
- Wishlist System via voting
- Community - discussion
- User Profile
- Admin Dashboard
- Analytics
- Announcement System
- Cart System
git clone https://github.com/MIhirDas10/Emporio.git
cd Emporio
# Install dependencies
npm install
# Start frontend
cd frontend
npm run dev
# Start backend
cd backend
npm run dev