angus-electric-comparator Svelte Themes

Angus Electric Comparator

This app shows electricity prices over time and calculates how much money can be saved by using a battery to store energy. The backend is written in Python and the frontend in Svelte.

Angus Electric Comparator (AEC)

Welcome to Angus Electric Comparator. This app shows electricity prices over time and calculates how much money can be saved by using a battery to store energy.

Prerequisites

  • Docker
  • Docker Compose

Setup

  1. Clone the repository:

    git clone https://github.com/gregorzadnik/angus-electric-comparator.git
    cd angus-electric-comparator
    
  2. Build and start the application using Docker Compose:

    docker-compose up --build
    
  3. Access the applications:

Usage

  • The FastAPI backend provides API endpoints that can be accessed at /api.
  • The Svelte frontend can be accessed at /app, displaying a Hello World message.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

Top categories

Loading Svelte Themes