An e-commerce platform for the local marketplace that aims to digitize and organize the entire local market improving reach, sales and modernize the process of buying and selling.
- View all the shops and their products in your location right on your phone
- Place order online without going out or making a call and save time
- Get them delivered at your doorstep quickly and from trusted sellers near you
- Automate your orders and analyse your spending so, that you can focus on what truly matters
- Add your inventory to the website easily and fast to start selling
- Increase customer reach in your area and thus, your sales and revenue
- Automate your workflow so, that you can focus on what truly matters
Click to view the live project.
- React-JS
- MongoDB
- Node.js
- Clone the repo to your system
- Installing dependencies:
- Run
npm i
at the root directory - Change directory to the client folder
cd client
and runnpm i
again.
- Run
- Mail to: [email protected] for environment variables to add in the root directory in a
.env
file. - At the root level, run
npm run dev
to setup bothserver
at port 5000 andclient
at port 3000. - If the above command throws error, try installing concurrently
npm i concurrently --save
and re-runnpm run dev
both at the root level. - If none of the above method works, you can start the server with
npm run server
and client withnpm run client
both at the root level.