Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robinncode/lara-api
- Owner: robinNcode
- Created: 2024-11-05T04:07:26.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:48:47.000Z (2 months ago)
- Last Synced: 2024-11-05T05:28:01.345Z (2 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.