This is a app for local vendors. So they can also sell their products online.
This is our Hackathon project under the mentorship of Masai School https://www.masaischool.com/ .
In the current hustle of digitized market, the local vendors are finding it almost impossible to survive against not-reachable operation or logistic chain and have to roam every street and corner to sell their product, hence struggle to find their customers.
Creating a decentralized and easy to access logistics system where both users and local vendors can register, users can find the required options, and vendors can register their product and sell online while buyers can locate them in their nearby area.
- Front-end: React, CSS, SASS
- Back-end: Node.js, Express.js, MongoDB
- Resources used in this project: Material UI, Google Map
- Clone the repo:
git clone <repo_link>
- Create branches:
git checkout -b <branch_name>
- Adding the files:
git add filename
- Commiting the changes:
git commit -m "description"
- Pushing the commits:
git push origin <branch_name>
- Pulling the changes:
git pull origin <branch_name>
- Dependencies used:
- cors: ^2.8.5,
- express: ^4.17.1,
- mongoose: ^5.11.15,
- nodemon: ^2.0.12
-
Landing Page
- Option to login as a User or Vendor by Google Auth
-
Vendor Page
- Option to add iternaries and delete previous ones
- Option to update current location
-
User Page
- Option to view all available vendors on G-map
- View the products available with a particular vendor