lcdss / keiri

Accounting web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keiri

Keiri is an accounting web application.

Setup

  1. Clone and access the project folder
git clone git@gitlab.com:lcdss/keiri.git
cd keiri
  1. Copy the .env.example file to .env (server and client)

  2. Start the containers

docker-compose up -d

The services will be available at:

Yes, that's all you need to do to run the project.

To access the app container:

docker-compose exec app sh

To connect to the database server as root (the default password is root):

docker-compose exec db mysql -u root -p

And optionally, you can seed the database running the command php artisan db:seed at /usr/src/myapp/server inside the app container.

Obs.: The default credentials to access the application is admin@example.com (email) and password (password).

About

Accounting web application


Languages

Language:PHP 78.0%Language:Vue 19.4%Language:JavaScript 2.1%Language:Dockerfile 0.4%Language:CSS 0.1%