项目作者: anandubajith

项目描述 :
高级语言: PHP
项目地址: git://github.com/anandubajith/NIT-C-Complaint-Management.git
创建时间: 2019-03-22T03:34:29Z
项目社区:https://github.com/anandubajith/NIT-C-Complaint-Management

开源协议:

下载


NIT-C Complaint Management System

Gitter

Project Goals

  • Login using NIT-C Email
  • Single Complaint view
  • Categories
  • User roles (for concerned departments to manage)
  • Redesign?
  • Newsletter style emails to prevent Lost&Found spam in Inbox

Pre alpha

Pre alpha video

Getting Started

  1. Clone the repo and change to project directory

    1. git clone git@github.com:anandubajith/NIT-C-Complaint-Management.git
    2. cd NIT-C-Complaint-Management
  2. Install the dependencies

    1. composer install
    2. yarn
  3. Setup the env file by copying .env.example

    1. cp .env.example .env
    2. php artisan key:generate

    Fill in the database credentials in .env

    Google OAuth tokens can be obtained from here

  1. Run the migrations

    1. php artisan migrate
  2. Run the app

    1. php artisan serve
    2. yarn watch