Laravel 5.8 with Angular 8 Authentication
INSTALLATION
- Clone the repo
- cd into the backend directory
- Rename .env.example file to .env
- Enter your database credentials in the .env file
- Run database migration: php artisan migrate
- Run the server: php artisan serve
- cd into the frontend directory
- Run npm install
- Run ng serve