Gharpaluwa Market Place is a web application that serves as an online marketplace for buying and selling various products. Users can browse through a wide range of products, add items to their cart, and make purchases securely. The application provides a convenient platform for both buyers and sellers to interact and conduct transactions.
🛒 Browse and purchase a variety of products 💼 Convenient platform for buyers and sellers 🔒 Secure transactions and payment processing
To run the Gharpaluwa Market Place application locally, you need to have the following:
- MongoDB: Make sure you have MongoDB installed and running on your machine.
- Node.js: Install Node.js to execute the JavaScript code on the server.
To install the required packages, run the following command in the terminal:
npm install
To start the application, use the following command:
npm run dev
If you haven't installed nodemon globally on your device, you can use the following command:
npm install -g nodemon
Please note that nodemon is used to automatically restart the server whenever a file is modified, which is useful during development.
This project is licensed under the MIT License. Feel free to modify and distribute it as per the license terms.