Skip to content

Walchand-Linux-Users-Group/Quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Run on Docker Playground ?

step 1 : Go to https://labs.play-with-docker.com/

step 2 : Add a new Instance

step 3 : Run Following Commands sequentially :

	1) docker pull ubuntu:latest

 	2) docker run -it ubuntu bash

	3) apt-get update

	4) apt install golang-go -y

	5) apt install git -y

	6) git clone https://github.com/Walchand-Linux-Users-Group/Quizzer.git

	7) cd Quizzer

	8) go run main.go dataPuller.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages