Skip to content

JakubRamisz/eficode-recruitment-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherapp

Web application url: https://weatherapp-frontend.victoriousocean-00c88e26.northeurope.azurecontainerapps.io/

How to run the the containerised app locally

Prerequisites

  • Docker deamon
  • An environment variable containing your openweathermap API key:
    APPID=<API key>

Run containers manually

In the project root directory run

  • docker build -t weatherapp_backend ./backend && docker run --rm -i -p 9000:9000 --name weatherapp_backend -t weatherapp_backend to start the backend api
  • docker build -t weatherapp_frontend ./frontend && docker run --rm -i -p 8000:8000 --name weatherapp_frontend -t weatherapp_frontend to start the frontend app

Run containers using docker-compose

In the project root directory run docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published