-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from ooemperor/dev
Updating Readme and doc for release 1.0
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Backend Documentation | ||
|
||
Within this fodler you will find the documentation for the backend. | ||
|
||
## API | ||
The API provides the main Functionality and implements the access via REST API to the Data in the Database. | ||
It is implemented using Python and Flask. | ||
|
||
## Database | ||
The Database used in testing is PostgreSQL. The Datamodel is automatically created with SQLAlchemy. | ||
|
||
## Execution Service | ||
The Execution Service executes a Script in a secured environment using LXC. The controller for the LXC is also written in Python. | ||
|
||
## Evaluation Service | ||
After the execution has finished the Evaluation Service compares the expected output of the Submission with the correct output defined by the uploaded Solution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Frontend Documentation | ||
|
||
Within this fodler you will find the documentation for the frontend. | ||
|
||
## Admin Frontend | ||
The Admin frontend is only accessible for admin users for creating users, tasks and more. | ||
|
||
## User Frontend | ||
The User frontend is where the normal users can log in and make submissions to be executed and get their Feedback. |