DVGM/README.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

# 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
2017-10-22 18:56:44 +00:00
Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory:
2017-10-22 18:56:44 +00:00
```bash
bundle install --path vendor/bundle
```
2017-10-22 18:56:44 +00:00
## Starting the server
2017-10-22 18:56:44 +00:00
To start the development server, run the following:
2017-10-22 18:56:44 +00:00
```bash
bin/rails server
```
## Team
* [Achim D. Brucker](https://www.brucker.ch/)
* [Michael Herzberg](http://www.dcs.shef.ac.uk/cgi-bin/makeperson?M.Herzberg)
## License
This project is licensed under the GPL 3.0 (or any later version).
SPDX-License-Identifier: GPL-3.0-or-later
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/BrowserSecurity/grademgmt>.