Skip to content

EasyStocks is a simple stock market portfolio web-service written in Django

License

Notifications You must be signed in to change notification settings

AirVan21/EasyStocks

Repository files navigation

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.