A collection of all my tech tests
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# PedidosYa opinions test
Source code for my [PedidosYa opinions test](https://pedidosya.rogs.me/).
To run this project you will need: - Docker / Docker-Compose
## To run
First, you need to build the docker image: ``` docker-compose build ```
To start project, run: ``` docker-compose up ```
The API will then be available at http://localhost:8000
|