Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.17 KB

File metadata and controls

40 lines (30 loc) · 1.17 KB

EasyStocks

EasyStocks is a simple stock portfolio web-service which helps to track related news, dividends and price movements. Popular USA and Russian stocks are available.


Technologies

Running EasyStocks with Docker

To run EasyStocks using Docker, follow these steps:

  1. Clone the repository:

    git clone https://github.com/iabramov/EasyStocks.git
    cd EasyStocks
  2. Build the Docker image:

    docker build -t easystocks .
  3. Run the Docker container:

    docker run -d -p 8000:8000 easystocks
  4. Access the application: Open your web browser and go to http://localhost:8000.

Make sure you have Docker installed on your machine before running these commands.