Installation
To get started using this API:
- Clone the directory from
https://github.com/kwboyd/ganba-app.git
- Using MAMP (or another similar server application), start a server with the ports set to:
- Apache: 8888
- Nginx: 8888
- MySQL: 8889
- Be sure that the root directory is set to the 'public folder'
- In the terminal, run:
php artisan migrate
- Open your browser to localhost:8888 to see the landing page.
- Use a REST client to make GET, POST, PUT, and DELETE requests.