- User authentication
- Handle spot (CRUD, image, geolocation)
- Handle discovered spot
- PHP 8
- Composer
- Docker & Docker Compose
- Clone this repository
- Run
docker-compose up
to start the server - Into the container, run
php artisan migrate
to create the database - Into the container, run
php artisan storage:link
to create the storage link
- The API is available at
http://localhost/api
- The API storage is available at
http://localhost/storage
- For usage examples, load the insomnia file (resources/insomnia) into Insomnia