Steps:
- install docker
- run:
- download postgres docker image
docker pull postgres
- run postgres through docker
docker compose up
- install dependencies
npm install
- create and populate db tables
npm run init:db
- run server
npm run dev
- download postgres docker image
- open http://localhost:3000/search?term=Manchester
- use cUrl or postman to make the requests to the server