Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samioksanen/roman_arabic_converter
- Owner: SamiOksanen
- Created: 2019-09-22T16:05:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:47:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T11:23:23.129Z (almost 2 years ago)
- Topics: docker, docker-compose, node-js, react, react-hooks, webpack
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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