ebruukolak / salary-calculator

API which is calculate salary with Dotnet Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project provides dummy data for employees' salary based on different employee salary calculations.

Prerequisites

Docker should be installed on your machine.

How to run

On terminal, go into project directory.

docker-compose build

for the initialization, this command builds docker container on your machine. It may take some minutes.

docker run -p 5000:80 salarycalculation

this command will run docker container. From now on you can reach dummy data via

http://localhost:5000/employee/GetEmployees

About

API which is calculate salary with Dotnet Core


Languages

Language:C# 91.7%Language:Dockerfile 8.3%