Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samioksanen/roman_arabic_converter

React website and Node API microservice which converts Roman numerals to Arabic numbers. Uses Docker Compose.
https://github.com/samioksanen/roman_arabic_converter

docker docker-compose node-js react react-hooks webpack

Last synced: 19 days ago
JSON representation

React website and Node API microservice which converts Roman numerals to Arabic numbers. Uses Docker Compose.

Awesome Lists containing this project

README

        

# Roman_Arabic_Converter
### About:
This project uses Docker Compose tool/configuration for defining and running two Docker containers. The first container has a Node.js API microservice which can be requested to convert Roman numerals to Arabic numbers. The second container has a light React website built with webpack. The website calls the microservice when a user inputs a Roman numeral on the webite. Arabic number field on the website is updated based on the response from the microservice.

Build, create and start by running docker commands. E.g. docker-compose up --build

Keywords: react, docker, webpack, docker-compose, node-js, react-hooks