Giter Club home page Giter Club logo

multi-user-to-do's Introduction

Multi-User To-Do application

version: v1.0.1

Multi-User To-Do application (Aplicación multiusuario de tareas pendientes) (Se utiliza la implementación Laravel Jetstream para añadir la funcionalidad de autenticación)

SET UP

  • Requirements (Already covered with Docker deployment)

    1. Apache/2.4.27 or greater.
    2. MySQL 5.7 or greater.
    3. PHP/7.2.24 or greater.
  • App Configuration

    1. Add host multiuser-todo.localhost, see Edit hosts.
    2. Create .env file from .env.example and set it.
    3. Give Folder permissions:
      sudo chown -R $USER:www-data storage;
      chmod -R 775 storage;
      sudo chown -R $USER:www-data bootstrap/cache;
      chmod -R 775 bootstrap/cache;
      
    4. Set APP_KEY=base64:8jv5dNpL4Dn9hHdzTNosZS/xAiuGPRtKiKRWvD2K/y8= at .env.
    5. Set DB_DATABASE=root_multiuser_todo at .env.
    6. Run composer install.
    7. Run php artisan storage:link.
    8. Run php artisan migrate.
  • Browse at multiuser-todo.localhost.

  • Login at multiuser-todo.localhost/login.

  • Register at multiuser-todo.localhost/register.

CONTRIBUTION: Guidelines & Documentation


2021 Samuel Ramirez

multi-user-to-do's People

Contributors

samvel24 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.