Skip to content

derekpedersen/resume-api-dotnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume API DotNetCore

Build Status Coverage Status

This is the resume api written in dotnet core.

API

This is a RESTful API that was written in C# targeting the dotnet core 2.0

Resume Controller

The Resume Controller really is the entire show.

PDF Download

The Resume Controller provides the functionality to download my resume in the PDF format.

JSON

The Resume Controller also returns a JSON representation of my resume.

Docker

This project is deployed as a docker container

Build

docker build ./ -t resume-api-dotnetcore

Run

docker run -d --rm -it -p 5000:5000 --name=resume-api-dotnetcore -t resume-api-dotnetcore