Skip to content

TatsumiVE/Interview

Repository files navigation

Interview Management System

How to use

  • Clone the repository with git clone

Frontend

  • Run npm install
  • Run npm run dev

Backend

  • Copy .env.example file to .env and edit database credentials there(cp .env.example .env)
  • Change LOG_CHANNEL from stack to web_daily_error in .env file
  • Change DB_DATABASE name in .env file as your database name where you wish to migrate tables
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan config:clear
  • Run php artisan cache:clear
  • Run php artisan migrate:fresh --seed
  • Run php artisan serve

Demo Credentials

super_admin: john@gmail.com
Password: password

admin: david@gmail.com
Password: password

moderator: mary@gmail.com
Password: password

About

ojt final group pj

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors