Skip to content

papiro/go-coding-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Coding Assessment

Setup

  1. Install Go (v1.17.2)
  2. Install Postgres (v13 or v14)
  3. go mod tidy to install dependencies
  4. Install Elasticsearch (v8.2.0)

To run the api go run . in the root of the project.

  • Runs on port 8080

Available routes are:

  • GET /employees?ssn=<exact ssn> returns a single employee
  • GET /tasks?name=<partial/full name> returns a list of tasks
  • GET /tasks/:id/employees returns a list of employees

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages