https://github.com/0xcab0/justdeliveroo
Food delivering app ft Firebase as BAAS/RoomDB following a MVVM arch
https://github.com/0xcab0/justdeliveroo
android android-app firebase mvvm-android room-database
Last synced: 3 months ago
JSON representation
Food delivering app ft Firebase as BAAS/RoomDB following a MVVM arch
- Host: GitHub
- URL: https://github.com/0xcab0/justdeliveroo
- Owner: 0xCAB0
- Created: 2022-10-11T16:32:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T12:03:56.000Z (over 2 years ago)
- Last Synced: 2025-05-14T21:17:37.703Z (about 1 year ago)
- Topics: android, android-app, firebase, mvvm-android, room-database
- Language: Java
- Homepage:
- Size: 22.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JustDeliveroo
## Food delivery mock app using Firebase for authentication, notifications and database
- RoomDB for local DB instance
- Retrofit for HTTP requests
- MVVM architecture

## Authors
- [@alvarocabo](https://www.github.com/alvarocabo)
## 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)

## API Reference
Here are all the request our database allows
### Get all items
```http
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!