- This application will run on a remote headless server. When you create tests, assume the app is not running, and the mysql database isn't reachable from the developement machine.
- When you make any modification of the database, create an automatic migration to update the database at launch.
- When you complete a task, or when you make any important change in the application logic, commit all git changes.