/iap-bo-backend

A school project, not fully implemented

Primary LanguageC#

iap-bo-backend

A school project for Internet Application Programming. Branch office backend, written in C#.

Usage

Compile code (this will also install all the dependencies):

./tasks build

Run the C# server:

./tasks run

API Server endpoints

Endpoints examples:

curl -i  localhost:8080/api/employees/list

The API Server specification is kept in files: swagger-branch-office.yaml and swagger-headquarters.yaml. In order to render it as a pretty http website, copy each of those files output onto: https://editor.swagger.io/

Dependencies and docs