DevTest is a Laravel web application development test. The application will perform a CRUD on gigs and manage few model relationships. Authentication is also a key emphasis. Having completed the basic need of the project, the project will be able to handle the following requests:
- Register New User.
- Login a User.
- Create a New Gig.
- Update a Gig.
- View a Gig.
- Delete a Gig.
- View all Gigs.
Emphasis is placed on user role, if a normal user did not create a gig, and he/she is not an admin or super admin, he/she won't be able to update or delete that gig, but can view.
The full API documentation of this project can be found here: https://devtest.bumasys.com/api/documentation
- Clone this repository
- Run composer install
- Run php artisan migrate
- Run php artisan db:seed
- Run php artisan passport:install --force
- Run php artisan serve
And voila. To run the above commands, remember to setup your database and add the settings in your .env file. This installation comes with a sample .env file, just rename it to .env
Follow me on Github - @optimalresource. Connect with me on LinkedIn - Joseph Okafor.
If you discover a security vulnerability within DevTest, please send an e-mail to Joseph Okafor via joseph@landearn.com. All security vulnerabilities will be promptly addressed.
The DevTest project is a subset of the Laravel framework which is open-sourced software licensed under the MIT license.