Skip to content

WeatherForecast prototype application utilizing .NET Core, Angular, SQL Server, containerized by utilizing Docker Containers (DockerCompose.yml & Dockerfile).

Notifications You must be signed in to change notification settings

TimetoPretend54/WeatherForecastAppDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherForecastAppDocker

WeatherForecast prototype application utilizing .NET Core, Angular, SQL Server, containerized by utilizing Docker Containers (DockerCompose.yml & Dockerfile).

Running Application

NOTE:

  1. Run in Terminal
    docker-compose up
    
  2. Once everything is built and created, Navigate to
    http://localhost:8080
    

Exiting Application

  1. Type Ctrl-C in Terminal Window running docker-compose
  2. In the same Terminal window:
    docker-compose down
    

Accessing Database

Utilizing whatever Database for accessing SQL infrastructure, connect to the DB w/ the following info:

Server Name: localhost,1433

Auth: SQL Server Authentication
User/Login: sa
Password: Sample123

Helpful Database Tools:

About

WeatherForecast prototype application utilizing .NET Core, Angular, SQL Server, containerized by utilizing Docker Containers (DockerCompose.yml & Dockerfile).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published