FurniFind is a marketplace dedicated to furniture, helping users discover, compare, and purchase pieces for their homes.
- Browse Furniture: View a wide selection of furniture from various sellers.
- Search and Filter: Quickly find items that match your style, budget, or needs.
- User Accounts: Create an account to save favorites, track purchases, and receive personalized recommendations.
- Secure Checkout: Complete purchases confidently with secure payment processing.
- React and vite: For building a responsive, interactive user interface.
- Backend API (if applicable): JavaScript.
- Database: mongoDB
- Authentication: PassportJS
-
Clone this repository.
git clone https://github.com/nickaldwin/FurniFind.git
-
Navigate to the folder
cd furnifind
-
install npm packages
npm install
-
start the server
npm run dev