Marq is a clean and minimal online marketplace built as part of a senior project.
It provides a seamless way for users to browse, list, and purchase items with a secure checkout flow.
- User Authentication – Secure sign-up and login with account management.
- Item Listings – Users can create, edit, and browse marketplace items.
- Shopping Cart – Add and manage items before purchase.
- Stripe Checkout – Integrated payments with Stripe for a smooth checkout experience.
- Backend: Node.js, Express
- Database: MongoDB
- Payments: Stripe
- Node.js (v14 or above recommended)
- MongoDB (local instance or a hosted cluster)
Clone the repository and install dependencies:
git clone https://github.com/jaredgrxss/Marq.git
cd Marq
npm i