summaryrefslogtreecommitdiff
path: root/pedidos-ya/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pedidos-ya/README.md')
-rw-r--r--pedidos-ya/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/pedidos-ya/README.md b/pedidos-ya/README.md
new file mode 100644
index 0000000..cd3cc60
--- /dev/null
+++ b/pedidos-ya/README.md
@@ -0,0 +1,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