Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Contoh Enkripsi

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

---

Created with 💚 by ORZCODE