Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.87 KB

README.md

File metadata and controls

73 lines (52 loc) · 1.87 KB

Gestion de micro entreprise

Manage your contacts, opportunities, tenders, incomes, taxes and costs in this amazing application.

In Progress

backend codecov

frontend codecov

This is just a POC.

Documentation

todo

Installation

Clone this repository

git clone https://github.com/mp3000mp/auto-entreprise.git

Install frontend

npm install
npm run build

Install backend and database

composer install
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate
php bin/console doctrine:fixtures:load

Launch frontend

npm run dev

Launch backend

symfony server:start

OR

  • change ansible/inventory/hosts
  • change ansible/vars.yml
  • change ansible/roles/build_back/template/.env.local.j2
ansible-playbook -i ansible/inventory/hosts ansible/site.yml

Copy .env to .env.local and adapt to your configuration

License

This bundle is under the Apache 2.0 license. See the complete license in the bundle

About

This project is a mp3000mp initiative.