Skip to content

GRS-DPG/GRS-API

Repository files navigation

Welcome to the Grievance Redress System (Backend)

Authors

Features

Prerequisites

Before proceeding with the installation, make sure you have the following software installed on your system:

  • PHP (version 8.0 or higher)
  • Composer

Installation

git clone this-url
cd project-root
Install composer dependencies of this project by running
composer install
Copy .env-example to .env and download database from database/test-db folder and configure your database and other connection.
Run this command to clear all type of cache
php artisan cache:clear
php artisan optimize:clear
Run this command to start application
php artisan serve

Usage

Api Url http://127.0.0.1:8000 and go to the link http://127.0.0.1:5173/ for login and enter the system admin credentials below.

Demo complianant credentials
mobile no: 01756888319
password: 123456
Demo system admin credentials
user id: 200000000163
password: 02522016
Demo gro officer credentials
user id: 100000006843
password: 02522016
Demo appeal officer credentials
user id: 100000004769
password: 02522016

Developer Guide

Basic Instruction

  • All model should extend BaseModel class.
  • All controller should extend BaseController class.

Contributions and Support

Thanks to everyone who has contributed to this project!

Please see CONTRIBUTING.md to contribute.

If you found any bugs, Please report it using Github

License

Copyright 2023 @a2i, Bangladesh

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •