Giter VIP home page Giter VIP logo

docupicks's Introduction

Get Started.

Run npm install or yarn install to install dependencies into the node_modules/ directory

Once the dependencies are installed, you can run the app with npm start or yarn start

This runs the app in development mode. Open http://localhost:3000 to view it in the browser.

About the App.

The docupicks app provides reviews, youtbe trailers and streaming sources for IMDB's top rated documentary films and TV series. Users also have the ability to create a "watch-list" and provide feedback to the community about films they have watched in the past.

The Stack.

  • PostgreSQL
  • Sequelize
  • Node.js
  • Express.js
  • Babel
  • Express-React-Views Engine
  • Bulma

Node.js gives you a fast, Javascript based server with an event driven, non-blocking model. Express.js is a widely used framework for Node.js known for it's route handling, and middleware managing. The docu application is rendered server-side using express-react-views. Express-react views is a server side solution that renders React components.

User Stories.

  • As a content manager, I want to add new content for users.
  • As a content manager, I want to update existing content.
  • As a content manager, I want to delete content with low review scores.
  • As a user, I want to create an account so that I can bookmark content to watch later.
  • As a user, I want to manage my user profile so that I can update my "Watch List."
  • As a user, I want to post feedback about content that I have watched.
  • As a user, I want to cancel my account.

docupicks's People

Contributors

shaundawson avatar

Stargazers

 avatar

docupicks's Issues

**Set up Routers and Controllers**

  • Determine what information should be displayed on pages
  • Define URLs for returning those resources
  • Create the routes (URL handlers). Link routes to controllers and it's methods. Route does not need to know the middleware, and it should not have code.
  • Create the controllers. Controllers will take care of the middleware required for each method. Controller will get the requested data from the models, create an HTML page displaying the data, and return it to the user to view in the browser.

REFERENCE: Express Tutorial Part 4: Routes and controllers.html

**Import Data**

  • movies.js
  • networks.js
  • directors.js
  • categories.js
  • reviews.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.