Skip to content

luc1an24/CurrencyX

Repository files navigation

CurrencyX

Project used to track the history of exchange rates (base currency EUR) and to convert EUR to desired currency.

Prerequisites

Before you begin, make sure that the following tools are installed on your local machine:

  • Docker: Docker Compose requires Docker to be installed and running on your local machine.

  • Git: If you need to clone the repository, you will also need Git. You can download it from here.

Setup Instructions

  1. Install Docker Desktop: Download and install Docker Desktop for Windows or macOS from the official Docker website. Follow the installation instructions provided there.

    For Linux users, install Docker by following the instructions from Docker Engine Installation.

  2. Clone the Repository: Clone the repository to your local machine. Open a terminal and run the following commands:

    git clone https://github.com/luc1an24/CurrencyX.git
    cd CurrencyX
    
  3. Run Docker Compose: With Docker running, you can use Docker Compose to start up all the necessary services. To do so, run:

    docker-compose up
    
  4. Verify the Services: Once the services are up, verify that they are running correctly. Navigate to application webpage: http://localhost:4200.

Login Information

Login with admin privileges:

User: user
Password: password

Online demo

You can access the demo here: http://188.230.164.132:4200/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published