GreenBasket API
GreenBasket is an E-commerce application Backend Service specifically for farmers to sell their crops directly to customers. Products sold are fresh vegetables, fruits, eggs, meat, fish and various kitchen spices. This backend service is built using a monolithic architecture, all service components are integrated in one cohesive codebase, making it easy to develop and maintain and deployment is faster and simpler because it involves only one artifact or build that needs to be managed.
This API is open source, so you can use it for the backend needs of your E-commerce project that you have customized.
Try it out
This API has been deploy on AWS EC2 you can try for demo, hit on this ip 18.140.53.33:8080
Because I'm using the free tier on AWS, it's possible the server isn't running well due to limited access that can be used. I'll try to update it in the future.
Contributing
We welcome contributions from the open source community. To contribute to the GreenBasket API, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the codebase remains clean and follows best practices.
- Don't forget to create migrations if there are any database changes.
- Don't forget to build the
dto
package if you made any DTO changes - Submit a pull request describing your changes and explaining the rationale behind them.