MAW1.1 - Exercise Looper by Andre Ricardo Joshua
This website is designed to create and manage exercices form. The main features are :
- Create an exercice form
- Manage an existing exercice form
- Take an existing exercice
List all dependencies and their version needed by the project as :
- DataBase Engine (MySql, PostgreSQL, MSSQL,...)
- IDE used : PhpStorm
- Package manager : Composer
- OS supported : Windows, Debian & Ubuntu
How to set up the database? How do you set the sensitive data?
How to get dependencies and build? How to run the tests?
How to deploy the application outside the dev environment.
- Tip: try the tree bash command
├───Docs
├───Shopping //classes and packages
│ ├───bin //the binary to deploy on the end-user environment
│ │ └───Debug
│ └───obj
│ └───Debug
└───TestShopping //test classes
├───bin
│ └───Debug
└───obj
└───Debug
-
Take time to read some readme and find the way you would like to help other developers collaborate with you.
-
They need to know:
- How to propose a new feature (issue, pull request)
- How to commit
- How to use your workflow
- How to get in contact with you? Discord, Trello, Issue?