CurrencySwap - Simple Currency Exchange App

This is a simple currency exchange application built with Node.js and Express. CurrencySwap Screenshot

Setup and Running

Local Setup

  1. Clone this repository.
  2. Install dependencies: npm install
  3. Start the server: npm start
  4. Open a web browser and go to http://localhost:3000.

Docker Setup

  1. Ensure Docker is installed on your system.
  2. Build the Docker image: docker build -t currency-exchange-app .
  3. Run the Docker container: docker run -p 3000:3000 currency-exchange-app
  4. Open a web browser and go to http://localhost:3000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT