Added brief description of the Grade Management system.

This commit is contained in:
Achim D. Brucker 2018-08-11 09:07:16 +01:00
parent 1b358cfe9b
commit dfaab6135f
1 changed files with 12 additions and 4 deletions

View File

@ -1,15 +1,23 @@
# Installation
# Grade Management - An Intentionally Vulnerable Rails Application
Grade Management is an **intentionally vulnerable** grade management application that can
be used for teaching *security testing* and *security programming*.
Grade Management implements a simplistic system for managaing university grade, i.e., students
can check their marks and academics can enter marks.
## Installation
Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory:
```
```bash
bundle install --path vendor/bundle
```
# Starting the server
## Starting the server
To start the development server, run the following:
```
```bash
bin/rails server
```