Skip to content

kohei1d/slash2022-ijo

Repository files navigation

IJO 1.0

Description

IJO1.0 is Minimum Viable Product(MVP) of our project "IJO" for //slash 2022. This application is build to prove the feasibility of this project. This app is running at: https://slash2022ijo.herokuapp.com/energy_usages

Screen Shot 2022-09-25 at 11 10 36

Installation

Prerequisites

  • ruby: 2.6.6
  • node.js: v14.18.3

Installation steps

clone this repo and run;

bundle install
rails s

Usage

This application runs on port #3000. By sending HTTP POST request to the end point (http://localhost:3000/energy_usages) with following JSON object, We may see that energy usage data is visualized in the form of bar charts. We may use a tool such as Postman.

// send following JSON object for example
// you may change the value to arbitrary floating numbers
{
    "energy_usages":"170.55"
}

ezgif com-gif-maker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published