Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 387 Bytes

Steps:

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