Skip to content

octopart/interview-octo-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview API Excercise

There are three versions of the exercise: Golang, Python, and C#. You may use any of these.

To spin up the server, you can either run it locally or within docker.

Golang Application

Run the go-app within docker

docker-compose build
docker-compose up

Run the go-app locally

go run server.go

Python (Flask) Application

Run the python-app within docker

docker-compose build
docker-compose up

Run the go-app locally

flask run --debug

C# (ASP.NET) Application

Run the csharp-app within docker

docker-compose build
docker-compose up

Run the csharp-app locally

dotnet run --project Search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •