An api emulating the behavior of a payment system
.Net Core 2.2
Entity Framework
Moq
XUnit
Sqlite
The following instructions are supposed to be used in a bash compatible shell
On the root directory, run:
foo@bar:~$ ./build.sh database update
foo@bar:~$ ./build.sh run
On the root directory, run:
foo@bar:~$ docker build -t nexpay .
foo@bar:~$ docker run -p 5000:80 nexpay
The Swagger Ui is available at localhost:5000/swagger