https://github.com/walchand-linux-users-group/quizzer
https://github.com/walchand-linux-users-group/quizzer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walchand-linux-users-group/quizzer
- Owner: Walchand-Linux-Users-Group
- Created: 2023-01-29T06:27:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T17:12:56.000Z (about 2 years ago)
- Last Synced: 2025-01-06T05:32:45.075Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## 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:latest2) 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
```