Interactive Learning Environment(ILE) for the PostgreSQL course. Sign-up here
- 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 :)
if you are facing ride_hailing_week_2 does not exist issue, do the following
- run
docker rmi devenbhooshan/postgres-course-db:week-2 --forceto remove the image with the bug - run
./startagain
