himanshub16 / movie-app

brushing up my typescript skills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie list app

How to run

  1. ensure postgres url is correct at .env file. You can configure with your own postgres server with correct database name.
  2. install dependencies - npm ci
  3. Run migrations - npx run prisma dev. This ensures the databse and tables are created with correct attributes.
  4. start on local port 8080 - npm run dev

Testing via postman

Run in Postman

Run local UI

Head on to http://localhost:8080 and try it out.

About

brushing up my typescript skills


Languages

Language:TypeScript 52.4%Language:HTML 47.6%