Giter VIP home page Giter VIP logo

operative-report's Introduction

operative-report

Easy (and interesting) demo site for microservice orchestration.

example of image

๐Ÿš€ The API

This project contains one API written in dotnet. When you hit the /code endpoint, it will return (as an example):

{"Person":"brown","Adjective":"nostalgic","Emoji":"rocket","MachineName":"DESKTOP-8HGRG0Q"}

๐Ÿ›ธ The React front end (web-react)

This project also contains two web-front-ends, one built in React, and one built in Java that will display the results in a visually pleasing way. You can pick this one (the React one), or the Java one, or both!

In order to ensure the web-front-end can communicate to the the API, make sure you set the environment variable. This will change depending on the IP adress of where it's hosted, and the method may be different depending on how it's hosted.

$env:REACT_APP_API_URL="http://localhost:5189/code"

โ˜• The Java front end (Spring Boot)

This project also contains two web-front-ends, one built in React, and one built in Java that will display the results in a visually pleasing way. You can pick this one (the Java one), or the React one, or both!

In order for the Java Spring Boot web applicaton to communicate with the API you're going to want to set the enviromnent variable. This will change depending on the IP adress of where it's hosted, and the method may be different depending on how it's hosted.

$env:apiURL="http://localhost:5189/code"

operative-report's People

Contributors

ckriutz avatar

Watchers

 avatar

operative-report's Issues

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.