Skip to content

robinNcode/lara-api

Repository files navigation

Laravel Simple API

This is a simple API built with Laravel.

Requirements

  • PHP 8.2+
  • Composer
  • MySQL

Installation

  1. Clone the repository
  2. Run composer install to install the dependencies
  3. Create a .env file in the root directory and set the required environment variables
  4. Run php artisan migrate to create the database tables
  5. Run php artisan serve to start the development server
  6. Open your browser and navigate to http://localhost:8000/api/v1/users

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple api with custom auth-service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published