Orga is an online e-commerce website involved in selling fruits and vegetables. Primary functionalities include adding and removing fruits and vegetables to the store as an admin, adding fruits and vegetables to the cart and proceed to check out page and continue payment via payment getway or through mobile payment as a customer.
- IntelliJ Idea, Eclipes, Monogo DB
- Clone all the repositories
- Since we are using MongoDB as our database, 3 seperate databases have to be created under the names StoreApi, StoreDelivery & StorePayment.
- Clone the repository to your local machine.
- Open it with INTELLIJ IDEA & click run button
Postman Collection document: https://documenter.getpostman.com/view/17949754/2s84Dpx3xt
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D