hophiphip / bruh

A sample platform implementation for publishing and accessing insurance services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bruh

A sample platform implementation for publishing and accessing insurance services.

Try it

https://bruh-service.herokuapp.com/

Requirements

Quick start

Create a config file.

cp .env.example .env

Start the app in background

docker-compose -f docker-compose.yml up -d

Recommendations

Delete volumes between runs (e.g. update webapp files/configs)

docker-compose down -v

Tests

Unit/Feature tests

docker-compose -f docker-compose-unit.yml up --exit-code-from app

Possible issues


NOTE Docker memory cap might be exceeded because of Elasticsearch. Can be fixed with this:

Linux

sysctl -w vm.max_map_count=262144

Windows

wsl -d docker-desktop
sysctl -w vm.max_map_count=262144

About

A sample platform implementation for publishing and accessing insurance services.

License:MIT License


Languages

Language:PHP 79.9%Language:Blade 10.6%Language:Vue 3.6%Language:Dockerfile 3.1%Language:Shell 2.7%Language:Procfile 0.0%