Readme and requirements

This commit is contained in:
Diego Calvo
2021-01-25 14:20:31 +01:00
parent 6d21fce9d8
commit 84cfffabaf
2 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,13 @@ This README aims to document functionality of backend as well as required steps
- Clone repository:
`git clone git@bitbucket.org:enreda/back-latienda.git`
- Use docker image for Postgis
```
docker run --name postgis -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgis/postgis
```
- Create file `.env` from `example.env` and populate fields correctly
From inside the project's folder: