Skip to content

Food delivering app ft Firebase as BAAS/RoomDB following a MVVM arch

Notifications You must be signed in to change notification settings

0xCAB0/JustDeliveroo

Repository files navigation

JustDeliveroo

Food delivery mock app using Firebase for authentication, notifications and database

  • RoomDB for local DB instance
  • Retrofit for HTTP requests
  • MVVM architecture

Logo

Authors

Database Arch

We are using the Firebase Realtime database, which is a based on a NoSQL arch, so here are our 2 models in use for this project at the time of this realease. (v 0.1)

DB_Diagram

API Reference

Here are all the request our database allows

Get all items

  GET /Comida
Parameter Type Description
api_key string Your API key

Returns all the elements in the collection

Features

  • Cupon use for discouts
  • Push Notifications triggered by actions
  • HTTP conection to our database
  • User authentication
  • Live checkout car
  • A cool logo!