- Blazing fast
- AI powered
- Best in the world
- Blockchain ready
- Decentralized defenses
To start with it just do git clone https://github.com/Seelf/HarmonogramPracDyplomowych.git
.
composer install
- installs required libraries from packagistnpm install
- install required frontend librariescp .env.example .env
- create configuration file for your installation- provide credentials in
.env
file php artisan migrate
- to run migrations from projectphp artisan key:generate
- generate laravel app key for your local installationphp artisan serve
- run project on port 8000npm run dev
- run development server for javascript so the frontend loads correctly