Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhalvin/sendnotes
SendNote - A way to send schedule notes to your friends.
https://github.com/muhalvin/sendnotes
alpinejs laravel livewire sqlite tailwindcss wireui
Last synced: 8 days ago
JSON representation
SendNote - A way to send schedule notes to your friends.
- Host: GitHub
- URL: https://github.com/muhalvin/sendnotes
- Owner: muhalvin
- Created: 2024-02-21T12:50:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:39:34.000Z (10 months ago)
- Last Synced: 2024-03-11T17:08:29.336Z (10 months ago)
- Topics: alpinejs, laravel, livewire, sqlite, tailwindcss, wireui
- Language: PHP
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sendnotes
SendNote - A way to send schedule notes to your friends.## Installation
1. Clone this project
```bash
git clone https://github.com/muhalvin/sendnotes.gitcd sendnotes
```
2. Install dependencies```bash
composer install
```And javascript dependencies
```bash
npm install && npm run dev
```3. Set up Laravel configurations
```bash
copy .env.example .envphp artisan key:generate
```4. Set your database in .env
5. Migrate database
```bash
php artisan migrate
```6. Serve the application
```bash
php artisan serve
```## Requirements
- Laravel (10.43.0)
- PHP (8.2.10)