https://github.com/robinncode/lara-api
A simple api with custom auth-service.
https://github.com/robinncode/lara-api
Last synced: 11 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:48:47.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:14:21.945Z (about 1 year ago)
- Language: PHP
- Size: 63.5 KB
- 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.