/postgres-course-ile

Interactive Learning Environment(ILE) for the PostgreSQL course. Sign-up https://devenbhooshan.ck.page/e41b961998

Postgres Course ILE

Interactive Learning Environment(ILE) for the PostgreSQL course. Sign-up here

Steps to setup the ILE

  • clone this repo git clone git@github.com:devenbhooshan/postgres-course-ile.git
  • run cd postgres-course-ile
  • run chmod +x ./start
  • run ./start
  • open http://localhost:7681/
  • enjoy :)

Note

if you are facing ride_hailing_week_2 does not exist issue, do the following

  • run docker rmi devenbhooshan/postgres-course-db:week-2 --force to remove the image with the bug
  • run ./start again