Gridsingularity interview tasks
- Clone repo:
git clone https://github.com/ChangoBuitrago/panda_sim.git
- Change folder:
cd panda_sim
- Build docker image:
docker-compose build
- Launch service:
docker-compose up -d
POST request that launches the simulation using the aforementioned Python module. The response should include the active and reactive power of the load in JSON format
- Stops and removes docker image:
docker-compose down -v
- Tale logs:
docker-compose logs -f