aulasoftwarelibre / bank-kata-es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank Kata ES

Aula Software Libre de la UCO

built by developers made with typescript uses git

This workshop is created by the Free Software Club from University of Córdoba (Spain).

Install

Docker

This repository has a docker-compose.yaml file than contains some services:

run with docker-compose up

NestJS backend

You need to install the dependencies. Run yarn install.

To run the API backend run yarn start:dev.

The application starts in http://localhost:3000

Demo

You will need a valid uuiv v4 to create the aggregates. You can execute uuidgen in the console or use this:

  • 9e773578-32e4-4d22-896d-17eac3258000

References

About


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%