/e-service

Primary LanguagePHPMIT LicenseMIT

E Service System

A application with tech stack Inertia.js,vue.js,laravel.

Installation

Clone the repo locally:

git clone https://github.com/atif08/e-service.git

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Email configuration:

setup mail driver to 'log' or 'mailhog' what you like

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Run the dev server (the output will give the address):

php artisan serve

You're ready to go! Visit e service in your browser, and login with as a manager:

You can access backend as a employee role:

You can assing role from user section.

Applicants list:

System Users list:

Prices list: