Kkoma.mp4
This project aims to replicate the functionality of startups such as Justo or JOKR. It is a platform I created to learn how to develop full-stack projects.
- DRF: Django Rest Framework
- DB: Database
- API: Application Programming Interface
Provide a system architecture that allows users to make online grocery purchases. Additionally, this project targets the open-source software development community
- Project Owner: Jose Luis Tello
- Open-source community: Anyone interested in copying, manipulating and reproducing this software for learning purposes.
- Products are separated by category
- Each category represents a set of related products
- Django Rest Framework was chosen to create the Rest API used in the backend
- Continuous integration with Stripe
- The currency selected is USD
- Stripe Support
- Users can find products through a search engine
- Users can view their purchase history
- Users can buy an unlimited number of products
- System is able to send notifications at any part of the purchasing process
- Real-time GPS
- Reviews
The proposed system will use Django Rest Framework to create the API that will communicate with the database and receive requests from a frontend interface created with Vue.js and Bulma. The system will have an integration with Stripe API to process payments.