Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 779 Bytes

Job Portal Application build with Laravel 8 (features only backend API)

Demo video : https://www.youtube.com/watch?v=s6VOOyUqNPk

Modules of application

This application has frontend part to consume api.

FrontEnd

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)

  1. Make a database and place a name to .env file (if not create one from .env.example)
  2. Make some tweaks for the database connection to the env file
  3. Migrate the database
  4. Seed the seeder to load dummy data to the database to run app quickly
  5. Create Passport Token
  6. Ready to go (hit api and enjoy).