Fighting climate change ideas in Iraq based on artificial intelligence.
- PHP >= 8.0
- NodeJS LTS: 16.16.0 (includes npm 8.11.0)
- Run
Composer Installandnpm install. - Run
cp .env.example .envand fill your values for (OpenAPI token, SQLite database name and path, etc.). - Run
php artisan key:generateto generate the encryption key. - Run
php artisan migrateto generate the database tables. - Run
php artisan servefor running the backend server. - Run
npm run devfor generating the assets. - Open your browser to the URL
http://127.0.0.1:8000.