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

https://github.com/jniyaz/multipurpose-app

Multi Purpose App
https://github.com/jniyaz/multipurpose-app

alpinejs jwt laravel livewire restful tailwindcss

Last synced: about 2 months ago
JSON representation

Multi Purpose App

Awesome Lists containing this project

README

          

# Multi Purpose App

I'm using TALL Stack (Laravel, Livewire, Tailwind, Alpine) for this project.

## Installation

1. Clone the repo and `cd` into it
1. `composer install`
1. `npm install` or `yarn`
1. `npm run dev` or `yarn dev`
1. Rename or copy `.env.example` file to `.env`
1. `php artisan key:generate`
1. Set your database credentials in your `.env` file
1. `php artisan migrate --seed`. This will migrate the database tables and run seeders.
1. `php artisan serve`
1. Visit `localhost:8000` in your browser