Bringing the Occurrence book to you
Online-ob is a laravelpowered application intended to provide a platform that promotes interaction between the police and members of the public inform of a digitalised Occurrence book. Some of the features the application provides include
- Viewing of police stations and information regarding the police station
- Reporting crime to police station of choice by members of the public
- Recording of statements by police
- Tracking of cases by complainant
Minimum requirements needed to run this application include;
- clone this repository
- create your database named
onlineob
- navigate to the project directory
- add .env file and configure with your database settings
- update composer
$ composer update
- generate app key
$ php artisan key:generate
- clear cache
php artisan cache:clear
- run migrations
php artisan migrate
- run the application
$ php artisan serve
- coming soon