1- List of Funds with investment required 2- Click on a Fund and submit an amount (between 100€ and 10.000€) for a funding; 3- Can only submit an amount once per funding. 4- Should be prepared for horizontal scaling.
- Angular 11.2.4
- Typescript
- uuid > to Mock and Generate userId
- ngx-bootstrap to use the UI Modal
URL | For |
---|---|
http://localhost:7070/funds | Funds List |
http://localhost:7070 | Home |
-
$> npm install $> ng serve -o
$> docker build -t crowdlendingpocapp .
$> docker run --rm -it -p 7070:80 crowdlendingpocapp