/Renting-System

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

Primary LanguageCSS

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