Lukasz-Kowalik / Renting-System

Web application based on microservices. Build in .net Core 3.1 with use Docker,Swagger,EF,MediatR,FluentValidation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run:

Download and install docker

Windows:

First, you need to download docker from here.

Linux:

All necessary information is on the docker webpage.

 $ sudo apt-get update
 $ sudo apt-get install docker-ce docker-ce-cli containerd.io

Run the project

To start the project you have to be in the root path of the project.

To build:

docker-compose build

To build the project and run it:

docker-compose up

And close it:

docker-compose down

Addresses

Web is available at:

http://localhost:3000/

API is available at:

http://localhost:8000/

Default SQL server is available at:

Name: localhost,1433
Login: SA
Password: Password2020

About

Web application based on microservices. Build in .net Core 3.1 with use Docker,Swagger,EF,MediatR,FluentValidation.


Languages

Language:CSS 46.2%Language:C# 39.1%Language:HTML 7.8%Language:JavaScript 6.1%Language:Dockerfile 0.4%Language:SCSS 0.3%Language:Shell 0.1%