Skip to content

Android App with Rails backend for shared watch lists between friends

License

Notifications You must be signed in to change notification settings

Mastermind0100/Mercury

Repository files navigation

forthebadge forthebadge
Linkedin

Mercury

An Android App with Ruby on Rails api backend for shared watch lists between friends.

How the app works

mercury drawio (1)

Server Independence

You can add your own server (just basic CRUD server will do) in the app by changing the url in the app. They are located as follows:

  • app/src/main/java/com/a_team/mercury/MainActivity.java (Line 44)
  • app/src/main/java/com/a_team/mercury/CardDataAdapter.java (Line 170, 198)
  • app/src/main/java/com/a_team/mercury/SplashScreen.java (Line 27)

Here is a sample data point sent by the server:

{
    "status": "SUCCESS",
    "message": "Loaded items",
    "data": [
        {
            "id": 16,
            "title": "Spiderman No Way Home",
            "url": "https://youtu.be/ZYzbalQ6Lg8",
            "value_type": "movie",
            "created_at": "2022-02-13T15:10:31.003Z",
            "updated_at": "2022-03-20T06:52:41.083Z",
            "watched": 0
        }
    ]
}

App Screenshots

License

License
This project is licensed under the MIT License - see the LICENSE file for details

About

Android App with Rails backend for shared watch lists between friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages