/ssm

Primary LanguagePHPISC LicenseISC

ssm: A school system

Architecture

Grab the code

Clone this repo into new project folder

git clone https://github.com/delink-inc/ssm.git

cd ssm

Build Setup

  # Install dependencies
  $ npm install

  # Update laravel packages
  $ composer update

  # Start vue files watch 
  $ npm run watch

  # Start php server
  $ php artisan run server