Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.git

cd 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 .env

php 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)