Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orz14/nyatet-app
Todo List & Note Application
https://github.com/orz14/nyatet-app
alpinejs daisyui laravel livewire tailwindcss
Last synced: 3 months ago
JSON representation
Todo List & Note Application
- Host: GitHub
- URL: https://github.com/orz14/nyatet-app
- Owner: orz14
- License: mit
- Created: 2023-05-03T14:29:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T04:35:37.000Z (10 months ago)
- Last Synced: 2024-03-17T07:18:30.257Z (10 months ago)
- Topics: alpinejs, daisyui, laravel, livewire, tailwindcss
- Language: PHP
- Homepage: https://nyatet.orzproject.my.id/
- Size: 1.65 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```bash
git clone https://github.com/orz14/nyatet-app.git
cd nyatet-app/
```- Copy .env and Modify It
```bash
cp .env.example .env
```- Install Vendor Using Composer
```bash
composer install
```- Generate Key
```bash
php artisan key:generate
```- Run Migration & Seeders
```bash
php artisan migrate --seed
```- Install Node Modules Using PNPM or NPM
```bash
# using pnpm
pnpm install && pnpm build# using npm
npm install && npm run build
```- Serve
```bash
php artisan serve
```## Contoh Enkripsi
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
---
Created with 💚 by ORZCODE