/oic-backend

This is the backend of the Oasis International Conference

Primary LanguagePHP

About DevTest

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:

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

To Deploy

  • 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

DevTest Connection

Follow me on Github - @optimalresource. Connect with me on LinkedIn - Joseph Okafor.

Security Vulnerabilities

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.

License

The DevTest project is a subset of the Laravel framework which is open-sourced software licensed under the MIT license.