1 - Clone on your local machine
git clone https://github.com/joaoreider/payment-service-provider-demo.git
2 - Navigate to project directory
cd payment-service-provider-demo
3 - Rename .env.example to .env
mv .env.example .env
4 - Run:
docker-compose up --build
- Access
http://localhost:3000/documentation
1 - Unit tests
npm run test
2 - End to end tests
npm run test:e2e