Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/make-school-labs/autograder-golang
✅ Gradescope autograder for BEW 2.5: Patterns & Practices in Strongly Typed Languages
https://github.com/make-school-labs/autograder-golang
bew2-5 golang gradescope gradescope-autograder-specification makeschool
Last synced: 17 days ago
JSON representation
✅ Gradescope autograder for BEW 2.5: Patterns & Practices in Strongly Typed Languages
- Host: GitHub
- URL: https://github.com/make-school-labs/autograder-golang
- Owner: Make-School-Labs
- License: mit
- Created: 2020-01-30T21:25:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T00:53:44.000Z (almost 5 years ago)
- Last Synced: 2023-03-03T08:04:06.758Z (almost 2 years ago)
- Topics: bew2-5, golang, gradescope, gradescope-autograder-specification, makeschool
- Language: Dockerfile
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autograder-golang
_Gradescope autograder for BEW 2.5: Patterns & Practices in Strongly Typed Languages._
### Table of Contents
1. [Integrating with Gradescope](#integrating-with-gradescope)
2. [Deploying or Updating an Autograder](#deploying-or-updating-an-autograder)
3. [Resources](#resources)## Integrating with Gradescope
## Deploying or Updating an Autograder
```bash
$ docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: DOCKERHUB_USERNAME
Password:
Login Succeeded
``````bash
$ docker build .
Sending build context to Docker daemon 61.44kB
Step 1/8 : FROM gradescope/auto-builds
...
``````bash
$ docker tag 0e129b876bc9 DOCKERHUB_USERNAME/autograder-golang:PROJECT_NAME```
```bash
$ docker push DOCKERHUB_USERNAME/autograder-golangThe push refers to repository [docker.io/DOCKERHUB_USERNAME/autograder-golang]
...
```## Resources
https://gradescope-autograders.readthedocs.io/en/latest/specs/