huender / mybillshub

http://mybillshub.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

MyBillsHub

  • Symfony 3.4
  • PostgreSQL
  • PHP 7.2

About

Only for study purposes. Payments organizer, informing the access url to obtain the payment tickets. Possibility for single payments (specific day) and recurring payments (every month). Notepad functionality, for comments purpose.

Installation

# Clone repository
git clone https://github.com/HuenderBr/mybillshub.git

# Access project folder
cd mybillshub

# Install dependencies
composer install
php bin/console assets:install

#Prepare database
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

# Create admin user with username admin and password admin
php bin/console fos:user:create admin admin@admin.com admin --super-admin

# Warmup cache
php bin/console cache:clear
php bin/console cache:warmup
sudo chmod 777 -R var/cache var/logs var/sessions

About

http://mybillshub.herokuapp.com/


Languages

Language:JavaScript 29.1%Language:SCSS 26.6%Language:CSS 17.3%Language:PHP 11.9%Language:Less 7.4%Language:Twig 6.5%Language:HTML 1.2%