This repository contains code for the test of fullstack developer at Friday Finance
Steps to reproduce the backend are here and its mandatory to run this repository.
You need to have Docker and docker-compose
installed in your machine in order to build and run this docker image.
You will also need to run the backend server
First of all is necessary to clone this repository:
git clone git@github.com:sdq-sts/airbank-test-frontend.git
And after that access the repository folder and follow the steps below.
- Copy the
.env.example
to.env
:
cp .env.example .env
- Then you need to build and run this image with:
docker-compose up prod
- After that you need to go to
localhost:8080/