A website that interfaces with the Flickr API with use of MongoDB.
Docker 17.06 or higher
- docker-compose up -d
- docker-compose exec php php artisan db:seed
Navigate to http://localhost:8080/
As user, click a category to see up to 9 images from Flickr and can view the details for each image.
As admin,
- you can login as admin. Email: [email protected] Password: @nyth!ng
- you can create, update or delete category names
This project is open-sourced software licensed under the MIT license.
Migration issue with mongodb. The following doesn't work. Active MongoDB issue. Schema::dropIfExists(''); mongodb/laravel-mongodb#1201