Skip to content

christy313/react-rmdb-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TMDB movie signup, login with Node, Express and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published