Commit Graph

24 Commits

Author SHA1 Message Date
Ivan Paulovich
3f7021e775
React (#247) @Franpastoragusti
Thanks to @Franpastoragusti for the amazing app https://github.com/Franpastoragusti/oidc-react-app
2020-11-01 15:00:15 +01:00
Ivan Paulovich
381fd74c9d setup vscode launch.json and tasks.json to run the whole solution 2020-10-22 22:31:06 +02:00
Ivan Paulovich
7378078b70
React App Added (#243)
* Reactjs App
2020-10-05 19:42:42 +02:00
Ivan Paulovich
c32576bf36
local development setup (#242)
Spin up backend:

```sh
docker-compose -f ./docker-compose.backend-only.yml up
```

Spin up frontend:

```sh
npm run start-local 
```
2020-09-27 21:54:00 +02:00
Ivan Paulovich
0b9717a541
Feature flags changed (#240) 2020-09-24 22:26:41 +02:00
Ivan Paulovich
53a8b1ca14
Validation moved to composite use cases (#238) 2020-09-23 22:59:33 +02:00
Ivan Paulovich
9aece74fe3 Nginx added #228 2020-09-13 23:14:50 +02:00
Ivan Paulovich
5f85f87f6b
Fix docker compose on max (#229)
Startup the whole solution:

```sh
cd .docker
chmod 777 startup.sh
./startup.sh
```
2020-09-05 14:56:25 +02:00
Ivan Paulovich
08094b34c1 Adds identity server 4 2020-09-01 23:12:40 +02:00
Ivan Paulovich
f1d3b51fd0 Fixed Transactions Controller 2020-08-12 21:53:20 +02:00
Ivan Paulovich
b36d583c48
Fix#181 (#183)
* Fixes #181 typescript error
* Updates NPM packages.
2020-05-24 12:09:57 +02:00
Ivan Paulovich
10bed6d8ba
Upgrade dot net core3.1.300 (#182)
Security

.NET Core SDK version to 3.1.300.
Azure pipeline changed to use .NET Core 3.1.300.
Changed

VSCode and Rider environment variables.
Removed

Debits and Credits transactions from List Accounts Response.
Context.SaveChanges from CustomerRepository class. Thanks @aschle!
Added

.prettierignore file do ignore markdown.
2020-05-23 14:06:13 +02:00
Ivan Paulovich
75302d588d
Naming (#178) 2020-05-01 12:07:00 +02:00
Ivan Paulovich
45ac3b2a50
React front end (#173)
React project added
Login and Logout buttons added
Authentication and Swagger middleware reviewed.
Components test now bypass authentication by overriding AuthenticationHandler
Lots of warnings fixed.
2020-03-12 22:05:50 +01:00
Edvaldo Farias
a7ec6c59e2
Configuração do debug por ambiente no VS Code (#160) 2020-02-14 10:45:22 +01:00
Ivan Paulovich
a19cc2f65c
User aggregate added (#116)
* .DS_Store banished!

* Users added

* Migrations

* CustomerId, AccountId, CreditId and DebitId ValueObjects added
2019-11-26 20:36:49 +01:00
Ivan Paulovich
08778e22d3 User Already registered output 2019-11-17 22:26:06 +01:00
Ivan Paulovich
f0f694e1da GitHub Auth added 2019-11-17 22:26:06 +01:00
Ivan Paulovich
a97324a3c7 FluentMediator added.
Manga name removed from project structure.
Presenters and Use Cases reviewed.
2019-11-03 17:54:39 +01:00
Ivan Paulovich
275b10cb39
Dotnet3 (#79)
* .NET Core 3
2019-09-29 01:08:00 +02:00
Ivan Paulovich
38a66653f9
DotNetCore RC1 upgrade (#73)
* .NET Core RC1
2019-09-21 22:52:05 +02:00
Ivan Paulovich
c77ee63977
Interfaces added to Entities; Advanced Presenters and OutputHandlers added (#28)
* Refactoring
* Presenters added
* Interfaces added to Entities
2019-06-26 21:24:54 +02:00
ivanpaulovich
414bccb772 file structure 2018-11-06 22:01:47 +01:00
ivanpaulovich
59ddfbb2c5 some readme info 2018-11-06 21:20:10 +01:00