DVGM/README.md

24 lines
662 B
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
```