The project is a Laravel back-end accounting tool.
The tool uses Json web token as an authentication method. It also tracks the last login IP address and prevents access token been stolen.
A user can record transaction related to a wallet, a store and a service.
User can see all the actions done through log.
-
Make sure Neo4J and a relational database is set.
-
Rename .env.example to
.env
and fill out the database credentials -
Install Dependencies
$ composer install
- Migration
$ php artisan migrate