Skip to content

System with login validation and user levels for content creation -> images and their categories can be "events," dynamically creating a gallery of photos/images of the events.

Notifications You must be signed in to change notification settings

RogerGL/app-gallery

Repository files navigation

APP Gallery

System with login validation and user levels for content creation -> images and their categories can be "events," dynamically creating a gallery of photos/images of the events.


caseDB

Requisites

  • Docker;
  • Node.js;

Setup

  • Clone the repository;

  • Install dependencies (npm install);

  • Setup PostgreSQL and PHP/Apache (docker compose up -d);

  • Abble the images (docker compose exec app php artisan storage:link)

  • Run migrations (docker compose exec app php artisan migrate)

  • Copy .env.example file (cp .env.example .env);

  • Generate Key Crip (docker compose exec app php artisan key:generate)

  • Run command make:user (docker compose exec app php artisan make:user);

  • Run application (npm run dev);

  • Test it! (http://localhost:8000/)

About

System with login validation and user levels for content creation -> images and their categories can be "events," dynamically creating a gallery of photos/images of the events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages