https://github.com/devalade/quotes-api-laravel
A simple quotes API with Laravel 9
https://github.com/devalade/quotes-api-laravel
Last synced: 7 days ago
JSON representation
A simple quotes API with Laravel 9
- Host: GitHub
- URL: https://github.com/devalade/quotes-api-laravel
- Owner: devalade
- Created: 2022-02-18T00:09:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T08:49:02.000Z (about 4 years ago)
- Last Synced: 2023-03-05T22:59:31.912Z (about 3 years ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SIMPLE QUOTES API
#### Run le projet
```sh
# clone le projet
git clone https://github.com/devalade/quotes-api-laravel.git
# installer les packages php
cd quotes-api-laravel && composer install
# install npm modules
npm install
# Tourner le serveur
php artisan serve
```