Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.15 KB

README.md

File metadata and controls

57 lines (47 loc) · 2.15 KB

TAP - MOVIE APP

  • User can see movie and its details along with banner image [A kind of IMDB Site]
  • App has no authentication now, main intension is to demonstrate CRUD operation
  • Backend built by #NodeJS #Express and Frontend built by #React

Features

  • All Movie Cards in Homepage
  • Search Movie by Title
  • View Movie Detail
  • Add New Movie
  • Update Movie Details
  • Delete Movie from Database

Tech Stack - PERN Stack

  • - Postgress SQL - Database
  • - Express - Backend Framework
  • - React - Frontend Library
  • - NodeJs - JavaScript Runtime

Languages Used

  • - JavaScript
  • - HTML5
  • - SASS

How to Setup and Run?

Setup Backend

1 Go to server folder - cd server
2 Run npm install - npm i
3 Start server - npm run dev
  • Create .env file and Add your POSTEGRESS connection URI

Setup Frontend

1 Go to client folder - cd client
2 Run npm install - npm i
3 Start server - npm start

Screenshots - Demo

Homepage - Search by Movie and View Movie Details

Home Page

Add New Movie

Add Movie

Update Already Added Movie

Add Movie

Delete Movie from Database

Add Movie