That's a web app similar to https://olux.io/
- Clone the repository.
- Import the database file database.sql
- Create a new branch with your name and prefixed with "dev", for example:
git checkout -b dev/aachichrachid - And start hacking.
- Each feature that is done push it into your branch and reference the issue number in the commit message:
commit -m "Added ticket processing page, issue #4"