Home

Awesome

โœ”๏ธ ToDo

ToDo - manage your tasks in a simple way.

๐Ÿ–ฅ๏ธ Demo

Live demo: todo.alexprojects.pl

todo

๐Ÿšฉ Table of Contents

  1. Requirements
  2. Installation
  3. Built with
  4. To-do

๐Ÿ”Œ Requirements

๐Ÿงพ Installation

  1. git clone https://github.com/aleksandertabor/todo YOURPROJECTNAME

  2. cd YOURPROJECTNAME

  3. Install dependencies:

    composer install

    npm install

  4. cp .env.example .env

  5. php artisan key:generate

  6. Set your .env with credentials to your database server (DB_* settings) and your domain config (APP_URL).

  7. php artisan migrate

  8. Build frontend with npm run production for production.

  9. Run your server php artisan serve.

โš ๏ธ Caution: Remember about giving proper permissions to the project directory e.g.:

sudo chgrp -R www-data /var/www/YOURPROJECTNAME
sudo chmod -R 775 /var/www/YOURPROJECTNAME/storage

๐Ÿงฐ Built with

๐Ÿ“‹ To-do