Job Portal Application build with Laravel 8 (features only backend API)
Demo video : https://www.youtube.com/watch?v=s6VOOyUqNPk
This application has frontend part to consume api.
This laravel part also inculeds the admin part of the application build with VueJs. You can manages everthing from there. #process to run application (manually)
- Make a database and place a name to .env file (if not create one from .env.example)
- Make some tweaks for the database connection to the env file
- Migrate the database
- Seed the seeder to load dummy data to the database to run app quickly
- Create Passport Token
- Ready to go (hit api and enjoy).