Skip to content

chirastefan/fs-sql-test

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published