summaryrefslogtreecommitdiff
path: root/pedidos-ya/README.md
blob: cd3cc6062922cd64ee57b3fcf44d7a7cb7db0506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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