EddieMachete / educational-bank

Implementation of basic financial bank workflows for young future savers to get the banking experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

educational-bank

Implementation of basic financial bank workflows for young future savers to get the banking experience.

Docker build

docker build -t rails-toolbox --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -f Dockerfile.rails .

echo $GID echo $UID

https://dev.to/itnext/setting-up-ruby-on-rails-with-docker-and-mysql-3mpc

docker-compose run app rails new . --force --database=mysql --skip-bundle

docker build -t api-rails .

About

Implementation of basic financial bank workflows for young future savers to get the banking experience.

License:Apache License 2.0


Languages

Language:Ruby 58.5%Language:JavaScript 20.7%Language:TypeScript 13.0%Language:Dockerfile 3.2%Language:HTML 3.0%Language:CSS 1.6%