Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 655 Bytes

File metadata and controls

18 lines (13 loc) · 655 Bytes

Blog backend

Deploy backend Apply migrations

Development

  • Ensure that Docker is installed and up and running.
  • Ensure that port 5432 is free (for Postgres container)
  • In separate window start blog-postgres container ./scripts/postgres.sh
  • Install dependencies npm i
  • Start backend server npm run dev

TODO