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
- Host: GitHub
- URL: https://github.com/patrickms2/taxilanza2025
- Owner: patrickms2
- License: other
- Created: 2025-06-26T08:48:31.000Z (4 days ago)
- Default Branch: master
- Last Pushed: 2025-06-26T09:39:32.000Z (4 days ago)
- Last Synced: 2025-06-26T09:41:37.953Z (4 days ago)
- Topics: docker, flatlogic, js, low-code, nginx, nodejs, postgresql, react, tailwind, ts
- Language: TypeScript
- Homepage: https://flatlogic.com/projects/27688
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```