Skip to content

andeen171/onfly-api

Repository files navigation

Laravel Logo

Getting Started

To set up the project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the dependencies by running composer install.
  3. Create a new .env file by copying the .env.example file.
  4. Generate the application key by running php artisan key:generate.
  5. Configure your database settings in the .env file.
  6. Migrate the database by running php artisan migrate.
  7. Start the development server by running php artisan serve.

API Documentation

The API documentation is available through Swagger UI. You can access the page by navigating to the /api/documentation endpoint in your browser.

About

First stage of a coding challenge for Onfly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published