vaishnavmhetre / squad

A social network system for I2IT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squad

A social network system for I2IT

Set up

  • Clone the project
  • Goto project dir
  • Run composer install
  • Run npm install
  • Run npm run dev (npm run prod for production release)
  • Copy file .env.example as .env
  • Set up Database Credentials and Application Url
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan serve to serve for testing
  • Goto register page and create a user

About

A social network system for I2IT

License:GNU General Public License v3.0


Languages

Language:PHP 96.1%Language:HTML 3.8%Language:Vue 0.1%