muhalvin / sendnotes

SendNote - A way to send schedule notes to your friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sendnotes

SendNote - A way to send schedule notes to your friends.

Installation

  1. Clone this project

    git clone https://github.com/muhalvin/sendnotes.git
    
    cd sendnotes
  2. Install dependencies

    composer install

    And javascript dependencies

    npm install && npm run dev
  3. Set up Laravel configurations

    copy .env.example .env
    
    php artisan key:generate
  4. Set your database in .env

  5. Migrate database

    php artisan migrate
  6. Serve the application

    php artisan serve

Requirements

  • Laravel (10.43.0)
  • PHP (8.2.10)

About

SendNote - A way to send schedule notes to your friends.


Languages

Language:PHP 63.7%Language:Blade 35.5%Language:JavaScript 0.8%Language:CSS 0.0%