Skip to content

tomexsans/ExpenseManager

Repository files navigation

Expense Manager

Server Specifications on Dev

  • PHP 8.1^
  • node v17.7.1
  • npm 8.5.2
  • Composer version 2.3.10 2022-07-13 15:48:23
  • mysql Ver 15.1 Distrib 10.5.15-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper

Installation

  • clone repository
  • run composer install
  • run npm install
  • check for .env if not rename .env.example
  • setup db config in .env
  • run php artisan key:generate
  • run php artisan migrate
  • rub php artisab db:seed

Running Application

  • php artisan serve create local server
  • npm run dev (optional) runs webpack compiler

Default USERS (after running db:seed)

Role Username password
Administrator admin@system.com password
User user@system.com password

Adding Users

  • When administrator adds users the default password is password
  • When using the Registration page /register the default Role is Administrator

About

Assessment Expense Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published