Skip to content

yovafree/pass-summit-2019-devops-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass Summit 2019 DEMO for DevOps SQL Server CI/CD

In this demo we have created a project that allows to be packaged in a docker container. The demo has backend (Web API C# .NET Core 3.0) and frontend (Angular 8), with some views that will allow us to view the records of the tables via web.

The project connects to an SQL Server which will be in a container.

Instructions

To run the demo with the configured containers you can use the Docker Compose file in the root folder. Run the following command:

docker-compose up --build

The services will be deployed in the following ports.

http://localhost:90 <- Frontend (Angular 8)
http://localhost:5000/api <- Backend (.NET Core 3.0)
-host: localhost -port: 1433 <- Database (SQL Server)

Follow me

N|Solid N|Solid N|Solid N|Solid

License

MIT

About

Demo Pass Summit 2019 - DevOps with Sql Server - Containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published