Skip to content

BouBooo/WIMM_back

Repository files navigation

Pipeline Status coverage report

Where's my money 🥵 - back

About

  • Connect your bank to the application
  • Visualize your expenses in a table and a graph.
  • Set goals in the form of a kitty
  • Email notification system

Prerequisites

Install the docker stack as defined in the tools repository

Install

Connect to the apache container and follow steps :

# Connect to container
docker-compose exec app bash
# OR
make app

cd back/

# Composer
composer install --no-interaction
# OR
make install

# Install a fresh & empty database
php artisan migrate

# Generate JWT secret for auth
php artisan jwt:secret

Try local

http://back-local.wimm.com:8080

More

Execute unit tests :

composer test

Mysql container available here :

# Connect to container
docker-compose exec db bash
# OR
make db

About

Backend d'une application de gestion de budget

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages