Git Product home page Git Product logo

fluenza-service's Introduction

How to start the Service in Development

Dependencies πŸ“¦

Starting πŸš€

  1. Go to your fluenza-service path
  2. yarn install
  3. yart start

TODOs πŸ“

webpack-dev-server serve files from memory, meaning files won't be recompiled, to do so once you start playing around in development make sure you build again by runing webpack. Alternatively you can open a new console session and run webpack --watch to have all files up to date. To prevent this, this has to be done:

Hot to get things up and runing 🎒

For this you would need 2 console sessions (or alternatively a Docker process with the backend running [TODO]). Assuming you're in the root level:

  • rails s (loads the compiled assets into the Rails Assets Pipeline)
  • yarn start

Notes on Architecture πŸ—

To streamline the development experience isolate frontend and API. Things that need to be done:

  • Remove all the views from the API
  • Remove the index page from the API
  • Bai Bai Heroku πŸ‘‹, we deploy to google cloud with containers
  • Isolate the Manager from the service and include it via git submodules
  • Containerize the backend (let's call it API) 🐳
  • Containerize the frontend (let's call it Manager) 🐳
  • Containerize the database 🐳

Conventions

fluenza-service's People

Contributors

refs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.