Best laravel framework open-source packages.

Quiz dev laravel api

Quiz application REST API
Updated 9 months ago

Quiz Application REST API

A Quiz application built with Laravel.

Key FeaturesHow To UseTechnologiesLicense

Key Features

  • CRUD Operations
    • CREATE, READ, UPDATE and DELETE resources
  • Authentication with Sanctum
  • Authorization with Policies
  • Factory & Seeders
  • Data validation
  • Error Handling
  • Feature tests with PHPUnit
  • API Documentation with Scribe
  • Continuous Integration with Github Actions
  • Dockerized application

How To Use

To run this application, you'll need Docker in your computer. From your command line:

# Clone this repository
$ git clone https://github.com/victortavaresdev/quiz-dev-laravel-api.git

# Go into the repository
$ cd quiz-dev-laravel-api

# Create a .env file and update the database config
$ cp .env.example .env

# Run the docker containers
$ docker-compose up -d

# Access the container
$ docker-compose exec app bash

# Install project dependencies
$ composer install

# Generate the Laravel project key
$ php artisan key:generate

Technologies

This software uses the following technologies:

License

MIT


Tags rest