Skip to content

ToDoList With JetStearm. WireUI, LivewireUIModal, SweetAlert2 and Google Socialite Auth.

License

Notifications You must be signed in to change notification settings

aliqasemzadeh/dolist

Repository files navigation

✔️ DoList

DoList - Easy way to manage To Do List.

🖥️ Demo

🔌 Requirements

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

🧰 Built with

  • Laravel 8
  • Livewire
  • Tailwind CSS
  • WireUI
  • LivewireUiModal
  • SweetAlert2

🧾 Installation

  1. git clone https://github.com/alighasemzadeh/dolist MyDoList

  2. cd MyDoList

  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.