Skip to content

Commit

Permalink
updating read me
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Mar 13, 2024
1 parent 2b9c1cb commit d69489c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# CodeGrader (CG)

This repository will provide the scripts and code for a running Grader.
This will be a web application with User Management and automatic Code Execution and evaluation.
This repository contains the source code for the CodeGrader.
The CodeGrader is an application with User Management and automatic Code Execution and evaluation.

For more detailed information on how to setup this Project please visit the doc Folder.

This project is created as a Bachelor Thesis at the University of Bern.
This project is created as a Bachelor Thesis at the University of Bern in 2023/2024.

## Installation / Deployment
For running the application you can find a detailed Guid in the doc folder for a complete guide.

## Help
If you have any questions about the application, feel free to get in touch. \
E-Mail: [[email protected]](mailto:[email protected])

## License
This application is avaible under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3.


9 changes: 9 additions & 0 deletions codeGrader/frontend/admin/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ <h1>{{ appname }}</h1>
<i class="bi bi-person-circle h5 bg-black link-light"></i>
</a>
<ul class="dropdown-menu text-small shadow">
<li>
<a class="dropdown-item link-light" href="{{ url_for('settings') }}">
<i class="bi bi-gear-fill h5"></i>
<span>Settings</span>
</a>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li>
<a class="dropdown-item" href="{{ url_for('logout') }}">
<i class="bi bi-box-arrow-left h5"></i>
Expand Down

0 comments on commit d69489c

Please sign in to comment.