/expenses

Expenses tracker application (REST)

Primary LanguagePHP

Installing the project

First of all clone the repo:

git clone git@github.com:eduardsv/expenses.git expenses

Than you have to do this:

cd expenses
composer install
npm install # this one will take some time
bower install
gulp fonts
gulp css
gulp js
cp .env.example .env
php artisan key:generate

Than open and edit database settings in .env file And after that run the migrations and start the project

php artisan migrate
php artisan db:seed # populating database
php artisan serve # starting server at http://localhost:8000/

Login credentials

Admin

E-mail: eduards@toptal.com
Password: password

User manager

E-mail: manager@example.com
Password: password

Simple user

E-mail: test@example.com
Password: password