https://github.com/ffrancoc/parking-app
Aplicación web - php
https://github.com/ffrancoc/parking-app
php8 slim4 talwindcss twig-template
Last synced: 3 months ago
JSON representation
Aplicación web - php
- Host: GitHub
- URL: https://github.com/ffrancoc/parking-app
- Owner: ffrancoc
- Created: 2024-06-21T22:44:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T21:09:27.000Z (11 months ago)
- Last Synced: 2025-01-31T04:35:57.533Z (4 months ago)
- Topics: php8, slim4, talwindcss, twig-template
- Language: CSS
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parking App
Aplicacion de parqueo de vehiculos
## Tecnologías
- PHP
- Composer
- Slim Framework
- Twig
- TailwindCSS## Uso
## Instalar dependencias
`npm install``composer install`
## Iniciar Tailwindcss
`npm run tailwind`## Iniciar Aplicación
`php -S localhost:8000`