rolandinsh / money-server

💵 Back end accounting tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Description

The project is a Laravel back-end accounting tool.

Features

Authentication

The tool uses Json web token as an authentication method. It also tracks the last login IP address and prevents access token been stolen.

Transaction

A user can record transaction related to a wallet, a store and a service.

Log

User can see all the actions done through log.

API

Deployment

  1. Make sure Neo4J and a relational database is set.

  2. Rename .env.example to .env and fill out the database credentials

  3. Install Dependencies

$ composer install
  1. Migration
$ php artisan migrate

About

💵 Back end accounting tool


Languages

Language:PHP 99.4%Language:HTML 0.5%Language:Vue 0.1%