Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

File metadata and controls

22 lines (15 loc) · 1.06 KB

Graduation-Prroject-Managment-System

This system represents an integration between Creative Tim's Material Design, We Code realtime chat system by AfikDeri, and our own backend code.

To set up this system into your PC:

  • Clone this repository.
  • Modify .env.example file. (DB name,password, Pusher details).
  • run $ composer update.
  • run $ npm install.
  • run $ php artisan key:generate
  • run $ php artisan migrate (After creating a new database)
  • run $ php artisan serve


  • The system was developed by students, so it might contain errors and bugs. Creating this repository was for the sake of documentation.