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

https://github.com/patrickms2/taxilanza2025

This repository was created by Flatlogic Platform: https://flatlogic.com/generator
https://github.com/patrickms2/taxilanza2025

docker flatlogic js low-code nginx nodejs postgresql react tailwind ts

Last synced: 3 days ago
JSON representation

This repository was created by Flatlogic Platform: https://flatlogic.com/generator

Awesome Lists containing this project

README

        

## Getting Started

First, run the development server:

```bash
composer install
```

Copy file ".env.example" and change name to ".env" and input database|mail config

```bash
php artisan key:generate
php artisan jwt:secret
php artisan migrate
php artisan db:seed
php artisan serve --host=localhost --port=8080
```