mock-yummy-rides-api

Last update: 18 Jan 2025
Mock server for Yummy Rides' Corporate Integrations API, built with FastAPI and MongoDB. Created to test the Yummy Rides integration for Odoo that I developed for Bitmotto.
- Docker Compose application with two services: FastAPI and MongoDB.
- FastAPI application consisting of three API routers: one for the endpoints, one for the webhook triggers, and one for the webhook testing endpoint.
- MongoDB database to store and manage the data (namely: quotations, trips, and trip service types).