Skip to content

Movie App built using PERN Stack, This is demonstration of CRUD operation and basic concepts of React

Notifications You must be signed in to change notification settings

varun-d1/tap-movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Movie App built using PERN Stack, This is demonstration of CRUD operation and basic concepts of React

Topics

Resources

Stars

Watchers

Forks