Mini Stack Overflow App Using Laravel 8 & Vuejs 2 With Source Code
This project was built using Laravel 8 and Vuejs 2, this is a Mini Stack Overflow App, the user can register, verify his email, and log in using Laravel Fortify.
He can also ask for a reset password link and update his password.
The user can add update & delete questions, he can also vote up and down questions.
This is an advanced laravel project perfect for use and built with love ❤.
How to use :
- Add a new MySQL database name as you want.
- Add the database name to the DB_DATABASE property inside the .env file to connect to your database.
- Run migrations using the command line: php artisan migrate.
- Add categories to the database run the command line: php artisan db:seed.
- Start your server using the command line: php artisan serve.