Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Simple CRUD functionality for a Movie Watch Tracking Application using NodeJS, ExpressJS, EJS, Bootstrap, and MySQL. Uses TheMovieDB API to retrieve information on movie releases. Very rough prototype for a CS capstone project.

Notifications You must be signed in to change notification settings

barrettotte/NodeJS_CRUD_App

Repository files navigation

NodeJS_CRUD_App

Simple CRUD application using NodeJS, ExpressJS, EJS, Bootstrap, and MySQL. This application works with TheMovieDB API to pull information about Movie releases. Currently, the application is hosted using the free option of Heroku and the ClearDB add-on. This is meant to be a small tutorial for a Movie Tracking/Reviewing Application.

Application

This web application is now hosted using Heroku! https://hidden-falls-46978.herokuapp.com/

Install Modules

  • body-parser: 1.18.2
  • bootstrap: 4.0.0
  • ejs: 2.5.7
  • express: 4.16.3
  • express-partials: 0.3.0
  • jquery: 3.3.1
  • moviedb: 0.2.10
  • mysql: 2.15.0
  • promise: 8.0.1
  • tether: 1.4.3
  $ npm init
  $ npm install --save express
  $ npm install --save bootstrap
  $ npm install --save ejs
  $ npm install --save jquery
  $ npm install --save mysql
  $ npm install --save moviedb
  $ npm install --save body-parser
  $ npm install --save express-partials
  $ npm install --save promise
  $ npm install --save tether

Screenshots

index quantity search

About

Simple CRUD functionality for a Movie Watch Tracking Application using NodeJS, ExpressJS, EJS, Bootstrap, and MySQL. Uses TheMovieDB API to retrieve information on movie releases. Very rough prototype for a CS capstone project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published