https://github.com/puc3k/person_register
https://github.com/puc3k/person_register
laravel tailwindcss webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/puc3k/person_register
- Owner: Puc3k
- Created: 2022-09-28T21:16:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T18:06:07.000Z (over 3 years ago)
- Last Synced: 2025-06-21T20:04:35.530Z (about 1 year ago)
- Topics: laravel, tailwindcss, webapp
- Language: PHP
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Mini-projekt “Rejestr osobowy” - projekt na studia
## Przykładowa instalacja Win10
Wymagane:
- https://nodejs.org/en/download/
- https://getcomposer.org/download/
- https://www.apachefriends.org/pl/index.html
- https://git-scm.com/book/pl/v2/Pierwsze-kroki-Instalacja-Git
Po sklonowaniu repozytorium:
- `cp .\.env.example .env`
- `composer install`
- `npm install`
- `php artisan key:generate`
- należy stworzyć bazę danych `persons`
- `php artisan migrate`
- uruchomić usługę Apache oraz MySQL w XAMPP'ie
- `php artisan migrate`
- opcjonalnie w celu wypełnienia tabeli testowymi danymi `php artisan db:seed `
- `npm run dev`
- `php artisan serve`