Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
started initial readme for repo (#122)
Browse files Browse the repository at this point in the history
* started initial readme for repo

* added workflow badges

* readme edits

* spelling mistakes

* grammar fix
  • Loading branch information
Gerwoud authored Mar 26, 2024
1 parent 7c897c1 commit 3336fd4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# UGent-3
# UGent-3 project peristerónas
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-frontend.yaml/badge.svg?branch=development)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-frontend.yaml/badge.svg?branch=development)
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-backend.yaml/badge.svg?branch=development)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-backend.yaml/badge.svg?branch=development)
## Introduction
Project peristerónas was created to aid both teachers and students in achieving a
clear overview of deadlines and projects that need to be submitted.

There's a separate functionality depending on if you're logged in as a teacher or as a student.
For students the main functionality is to have a user-friendly interface to submit projects and check the correctness of their submissions.

When a teacher is logged in they can get an overview of the projects he assigned and check how many students have already
handed in a correct solution for example. It's also possible to edit the project and to grade projects in peristerónas' interface.
## Usage
### Frontend
For the developer instructions of the frontend please refer to the [frontend readme](frontend/README.md)
where clear instructions can be found for usage, test cases, deployment and development.
### Backend
For the developer instructions of the backend please refer to the [backend readme](backend/README.md)
where clear instructions can be found for usage, test cases, deployment and development.

0 comments on commit 3336fd4

Please sign in to comment.