Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabdoc27/crud-simplified


https://github.com/fabdoc27/crud-simplified

laravel tailwindcss

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started

Follow these steps to set up the project:

1. **Clone the repository and navigate to the directory:**

```shell
git clone [email protected]:Fabdoc27/Crud-Simplified.git
cd Crud-Simplified
```

2. **Install the dependencies:**

```shell
composer install
npm install
```

3. **Create the environment file:**

```shell
cp .env.example .env
```

4. **Generate the application key:**

```shell
php artisan key:generate
```

5. **Run the database migrations and seed the database:**

```shell
php artisan migrate --seed
```

6. **Start the development server:**

```shell
npm run dev
php artisan serve
```