Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

anandubajith/NIT-C-Complaint-Management

Repository files navigation

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

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

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

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

    Fill in the database credentials in .env

    Google OAuth tokens can be obtained from here

  4. Run the migrations

    php artisan migrate
  5. Run the app

    php artisan serve
    yarn watch

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors