Skip to content

orz14/nyatet-app

Repository files navigation

Todo List & Note Application

Tech

  • Laravel 10
  • Socialite Plugin
  • Livewire
  • Alpine JS
  • Tailwind CSS
  • Daisy UI
  • Heroicons

Fitur

  • Login & Register
  • Login with GitHub / Google
  • Reset Password (dikirim ke email)
  • Todo List
  • Note (bisa dikunci)
  • Enkripsi Laravel menggunakan OpenSSL untuk menyediakan enkripsi AES-256 dan AES-128

Cara Penggunaan

  • Clone Repository
git clone https://github.com/orz14/nyatet-app.git
cd nyatet-app/
  • Copy .env and Modify It
cp .env.example .env
  • Install Vendor Using Composer
composer install
  • Generate Key
php artisan key:generate
  • Run Migration & Seeders
php artisan migrate --seed
  • Install Node Modules Using PNPM or NPM
# using pnpm
pnpm install && pnpm build

# using npm
npm install && npm run build
  • Serve
php artisan serve

Contoh Enkripsi

Contoh Enkripsi

License

The Laravel framework is open-sourced software licensed under the MIT license.


Created with 💚 by ORZCODE