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

https://github.com/puc3k/person_register


https://github.com/puc3k/person_register

laravel tailwindcss webapp

Last synced: about 2 months ago
JSON representation

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`