Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 801 Bytes

readme.md

File metadata and controls

32 lines (19 loc) · 801 Bytes

About Image Category System

A website that interfaces with the Flickr API with use of MongoDB.

Requirements

Docker 17.06 or higher

Installation

  • docker-compose up -d
  • docker-compose exec php php artisan db:seed

Navigate to http://localhost:8080/

Usage

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

License

This project is open-sourced software licensed under the MIT license.

Bugs

Migration issue with mongodb. The following doesn't work. Active MongoDB issue. Schema::dropIfExists(''); mongodb/laravel-mongodb#1201