This project consists of two applications: web-service and react-app.
The web-service application provides the APIs for the project.
The API to convert a number to a roman numeral is located in the web-service/roman-numerals.js file.
Please refer to README.md in the web-service folder for more info.
To start the web-service, use the following command:
node index.jsThe web-service exposes endpoints for converting numbers to Roman numerals.
The react-app application is the user interface for the project. It interacts with the web-service to provide a user-friendly interface for converting numbers to Roman numerals.
Please refer to README.md in the react-app folder for more info.
To start the react-app, use the following command:
npm run start- User-friendly interface for converting numbers to Roman numerals.
- Interacts with the
web-serviceAPI to perform conversions.
You can run docker-compose.yml with Docker to run both applications at once.