This is a backend Api for the Solutech evaluation test.
The codebase follows a modular structure, thus all functional parts of the api are found under the Modules folder.
The project has tests included, you can always run php artisan test
them first to make sure everything runs smoothly.
php artisan passport:keys
php artisan passport:client --password --name="Users Api Password Grant Clients" --provider=users
USER_CLIENT_ID=
USER_CLIENT_SECRET=
php artisan test
php artisan create-user --first_name={name} --last_name={name} --email={email}
You can leave out the options to create a
default user with the credentials, email: [email protected]
password: 1234567890
.
The default password is 1234567890