Aleksandertabor Todo Save

ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.

Project README

โœ”๏ธ 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

  • PHP version: >= 7.2.5
  • Composer
  • Node.js

๐Ÿงพ 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

  • Laravel 7
  • Livewire
  • Tailwind CSS
  • Heroicons UI

๐Ÿ“‹ To-do

Open Source Agenda is not affiliated with "Aleksandertabor Todo" Project. README Source: aleksandertabor/todo
Stars
40
Open Issues
25
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating