Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelnabil230/michael-nabil.dev

My website
https://github.com/michaelnabil230/michael-nabil.dev

alpinejs laravel php tailwindcss vitejs workflow

Last synced: about 1 month ago
JSON representation

My website

Awesome Lists containing this project

README

        

# michael-nabil.dev

## Installation

Clone the repo locally:

```sh
git clone https://github.com/michaelnabil230/michael-nabil.dev.git && cd michael-nabil.dev
```

Install Node dependencies and build:

```sh
npm install && npm run build
```

Install PHP dependencies:

```sh
composer install
```

Setup configuration:

```sh
cp .env.example .env
```

Generate application key:

```sh
php artisan key:generate
```

Create an MySQL database. You can also use another database MariaDB, simply update your configuration accordingly.

Run database migrations:

```sh
php artisan migrate
```

Run database seeder:

```sh
php artisan db:seed
```

Run the dev server (the output will give the address):

```sh
php artisan serve
```

You're ready to go! Visit the url in your browser, and login with:

- **Username:** [email protected]
- **Password:** password