Skip to content

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

Notifications You must be signed in to change notification settings

Joakal/image-category-system

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages