https://github.com/awtkns/fastmark
An automated marking Platform for testing students code with GTEST
https://github.com/awtkns/fastmark
auto-grading automation docker fastapi gtest nuxt testing
Last synced: 2 months ago
JSON representation
An automated marking Platform for testing students code with GTEST
- Host: GitHub
- URL: https://github.com/awtkns/fastmark
- Owner: awtkns
- License: gpl-3.0
- Created: 2020-09-19T13:55:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T05:31:05.000Z (over 5 years ago)
- Last Synced: 2025-04-05T04:42:11.772Z (about 1 year ago)
- Topics: auto-grading, automation, docker, fastapi, gtest, nuxt, testing
- Language: Python
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚡ Mark faster with automation ⚡
A automatic marking platform for grading assingments using gtest
---
**Source Code**: https://github.com/awtkns/fastmark
---
## Deployment
FastMark can be deployed in a single command using docker and docker-compose. Simply clone this repository and then run
the following command in the root of your FastMark folder.
```bash
docker-compose up -d
```
The UI of the application can be found at http://localhost:3000 while the backend can be found at http://localhost:5000/