הפרוייקט נמצא ברפוזיטורי בקישור https://bitbucket.org/hackeru-il/api-watchdog/src/master
קודם נוריד את הפרוייקט אליינו למחשב בעזרת הפקודה
git clone https://VitaliyOlshanetsky@bitbucket.org/hackeru-il/api-watchdog.git
Requirements
PHP >= 8.0
NodeJS >= 16
NPM >= 8
Installation
- Git clone project from repository.
- Setting .env file.
- Run “composer install” to install php dependencies.
- Run “php artisan migrate” to create tables.
- Run “php artisan db:seed” to seed your database with the first admin user (Be sure to change it later).
- Run “npm install” to install nodejs dependencies.
- Run “npm run build” to build for production.
Usage
- Get to the url http://api-watchdog.loc/login .
- Login with userEmail: admin@admin.com and password: adminpassword (Be sure to change it later).