Giter VIP home page Giter VIP logo

egym's Introduction

e-Gym

A basic Jetpack Compose CRUD app, developed just for study the technology, where is possible browse exercises, see their details and create training plans (the feature of start a training isn's developed yet) to keep in shape for the summer, or for some else purpose.

Technologies

This app implements the following technologies to be able to run as proposed:

  • Retrofit
    • Loads the exercise catalog from a private webservice.
  • Firebase
    • Read, write and update the training plans as well as perform the user authentication with a google account.
  • Jetpack Compose
    • To render the views
  • Dagger Hilt
    • Builds the features dependency graph
  • Google Accompanist
    • Draws some UI components and controls some Android Window Insets
  • Node JS with Exepress
    • Helper api http/https server (just for fetch the exercises yet)
  • Docker
    • Just to deploy the http/https server

Patterns

To performs the proposed functions the app was implemented using the MVVM, use-cases and Repository patterns.

Setup

  • Retrofit
    • Set the exercises fetching server's url in the /core/build.gradle.kt file, at the HELPER_API_URL build config field variable.
    • Create a file called api-keys.properties into the root app's path with a value key1=[server-key], where server-key is your server private key.
  • Firebase
    • Place the firebase json config file, with auth and firestore permission scopes on it, in the /app/src/[debug/release] path.
  • NodeJs JS with Exepress
    • As the helper api server is a private server, place the keys of it in the /functions/oracle-cloud/api/api-keys.json file. The required format is an array of strings. See the /functions/oracle-cloud/api/index.js file for more details.
    • Place the firebase json config file, with firestore permission scope on it, in the /functions/oracle-cloud/api/e-gym.json file.

egym's People

Contributors

ch4k4uw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.