Skip to content

kmehan/Photinator

Repository files navigation

Photinator

Photinator is a simple Laravel Full-stack applicaion to display photos for a registered user to like/unlike. Guest users can see the ranking of the top users in Photinator and the most recently liked photos.

Installation

Required: Laravel and a MySQL Database. After pulling the Git repository, perform the following steps after navigating to your local directory:

npm install

Installs NPM Packages

npm update

Updates NPM Packages

Before the next step, please configure the .env file correctly with your MySQL settings

php artisan migrate

Migrates MySQL Database

npm run production

Runs the VueTemplate Compiler

php artisan serve

Navigate to http://127.0.0.1:8000 to access the running app.

Note: The JSONPlaceholder API is used to show sample images. You may chose to use any other REST API for images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published