Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinncode/lara-api

A simple api with custom auth-service.
https://github.com/robinncode/lara-api

Last synced: about 2 months ago
JSON representation

A simple api with custom auth-service.

Awesome Lists containing this project

README

        

# 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](LICENSE) file for details.