https://github.com/Thomas-Shephard/collaborative-software-development.git
This project automatically compiles a list of its endpoints through scalar for testing purposes. You may access this locally at http://localhost/scalar or when deployed at https://jahoot.net/scalar.
This project adheres to the Conventional Commits specification for GitHub Pull Request titles. This standard provides a set of rules for creating an explicit and readable history in the main branch.
The GitHub Pull Request title should be structured as follows:
<type>: <description>
The type must be one of the following:
A short, imperative tense description of the change in lowercase.
The description should complete the sentence "This Pull Request will
feat: implement user login functionality