Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 570 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 570 Bytes

Kathmandu University Student Information Management System

Usage

  • Clone the repository with git clone https://github.com/sigdelsanjog/KUSIMS.git -b Code_V2
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data - see below)
  • That's it: launch the main URL and login with default credentials [email protected] - password
  • Run npm run watch, please make sure if you have node package manager running in your PC