Categorygithub.com/DemyCode/quizzfasttrack
modulepackage
0.0.0-20211102162727-56d308723a1f
Repository: https://github.com/demycode/quizzfasttrack.git
Documentation: pkg.go.dev

# README

Project FastTrack GoLang

This project is a simple quizz that is implemented with a REST API. For a simple test you can run the following command :

go run client/main.go questions

This command will fetch the questions from the server 34.140.239.165:8080 which is currently hosted on Google Cloud. (At least I hope it's still running)

To go more in depth you can change in config.go the variable HOST to "localhost" then run in another window

go run server/main.go

For the client command run : go run client/main.go help

Which will show you every command available for the program Then typing

go run client.main.go help [command]

Will display help and the usage of the command

AUTHORS

Mehdi Bekhtaoui [email protected] github.com/DemyCode

Under the supervision of : Patrick Potocki [email protected]

MAINTENANCE

This project won't be maintained in the future, feel free to make changes as you please

# Packages

Copyright © 2021 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author