This is a simple currency exchange application built with Node.js and Express.
- Clone this repository.
- Install dependencies: npm install
- Start the server: npm start
- Open a web browser and go to http://localhost:3000.
- Ensure Docker is installed on your system.
- Build the Docker image: docker build -t currency-exchange-app .
- Run the Docker container: docker run -p 3000:3000 currency-exchange-app
- Open a web browser and go to http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT