Skip to content

Files

Latest commit

541c23a · Nov 3, 2022

History

History
53 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.04 KB

TMDB movie app

Search, sign up and login for your movie!

  1. API is from The Movie Database (TMDB)

  2. Sign up and login function

  3. Search bar for movie searching

  4. Movie thumb with introduction

Live demo

Front-end codes

Installation

1. Clone the project

$ git clone git@github.com:christy313/react-rmdb-backend.git

$ cd react-rmdb-backend

2. Install packages $ npm install

3. Set up PostgreSQL database

4. Start the server

Runs the app in the development mode.
Open http://localhost:8080 to view it in your browser.

Stacks

Front-end: React / Hooks / styled-component
Back-end: Node / Express / PostgreSQL / knex

File structure

.
├── README.md
├── controllers
│   ├── login.js
│   └── signup.js
├── db.sql
├── index.js
├── package-lock.json
└── package.json