swt2-intro-exercise / rails-exercise-19-Xantocx

rails-exercise-19-Xantocx created by GitHub Classroom
MIT License
0 stars 0 forks source link

SWT2 2019/20 - Introductory Exercise

This is an interactive Ruby on Rails 5 exercise aimed introducing the basics of web development, used in the course SWTII. It is based partly on the offical "Getting Started with Rails" guide, so in case of getting stuck, that might be a good start to find solutions. The interactivity of this exercise is provided by opening issues in the GitHub issue tracker (through automation in a CI server). The tickets contain the currently failing test case and the corresponding error message as well as instructions on what tasks to tackle next.

This repository contains an application stub of an academic paper management system with a failing test case.

Follow these steps to complete the software and the exercise:

1) Set up your repository

2) Set up local development environment

Option 1: Local setup on Linux or MacOS

Option 2: WSL in Windows 10

Option 3: Use a Virtual Machine

3) Dive into the code

4) Commit and push

5) Check your inbox / issues

6) For each issue

7) Repeat steps 4 to 6 until the exercise is complete.

Tips: