Please create MySQL database and connect it to the backend project. Run migrations: php artisan migrate:fresh --seed
- Backend:
php artisan serve --port=8000 - Frontend:
php artisan serve --port=8080
(Please make sure to run backend on port 8000)
URL: http://127.0.0.1:8080/login
username: admin@example.net
password: 12345678
URL: http://127.0.0.1:8080/login
username: user@example.net
password: 12345678
https://github.com/dulithaks/forum_frontend https://github.com/dulithaks/forum_backend
php artisan test