Skip to content

alexralbino/fasttracktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Fast Track Code Test | Quiz

Simple multiple choice quiz game with 5 questions and single answers developed with Golang as a back-end API and Cobra as a CLI that talks with the API.

Usage

  1. Clone the repository into a local folder.

  2. Inside quiz-api open a terminal and run main.go to start the API
    go run main.go

  3. After starting the api head to cli folder and start the test with the following command
    ./cli quiz start

EndPoints

  1. GET '/quiz':
    Retrieves the quiz questions and choices

  2. POST '/quiz':
    Posts the user answers creating a record for every user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages