https://github.com/mlt93/table-tact-back
Api Table Tact
https://github.com/mlt93/table-tact-back
cloudinary laravel supabase
Last synced: 3 months ago
JSON representation
Api Table Tact
- Host: GitHub
- URL: https://github.com/mlt93/table-tact-back
- Owner: MLT93
- License: gpl-3.0
- Created: 2024-08-26T10:16:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:30:27.000Z (almost 2 years ago)
- Last Synced: 2025-06-25T03:45:55.447Z (about 1 year ago)
- Topics: cloudinary, laravel, supabase
- Language: PHP
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## devathon-backend
- API Doc: https://documenter.getpostman.com/view/34594282/2sAXjDfGF1
## Version
- PHP 8.2.20
- Composer version 2.7.5
- Laravel 11x
## Instalación
```bash
git clone [https://github.com/ScanDaLouS47/devathon-backend]
```
```bash
cd tu-repositorio
composer install
npm install
php artisan migrate --seed
php artisan serve
```
## Start
```bash
php artisan serve
```