Skip to content

mesegirones/questions-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questions-go

Installation

go get -u
go mod tidy
go mod download

Overview

This is a server side aplication that provides a simple quizz with a short list of questions for the user to answer.

The user is a single session user, which means that every time answers are submitted, the systems understands it as a new user.

Furthermore, users can see their statistiscs. The system responds with three percent values:

- Percent of users that got more correct answers. 
- Percent of users that got the same number of correct answers. 
- Percent of users that got fewer correct answers. 

You can talk with the API with a buit in CLI stored in /cli. For its usage you first need to run the project.

cd app
go run .

*a basic personal golang boilerplate was used for this project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages