Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 544 Bytes

IOE-electricity-cost

In this repo we will focus on designing a module that helps decide the cost in the electric grid based on supply and demand.

Docker Container

Import the docker container for this repo from https://hub.docker.com/r/muhammedashab/ioe_electricity_cost. Make sure you have a mysql running. You can do this by the following ways:

1. Run the docker compose by using docker-compose up (Read the instructions first)
2. Have a mysql running on your computer, with username = "user", password = "password", db = "ioe"