Giter Club home page Giter Club logo

binge-it's Introduction

Binge-it

A web application where users can post, comment on and favorite TV shows they are currently binge watching. screenshot of landing

Technologies Used

  • Node.js & Express.js. For the HTTP backend server.
  • React.js. For the front-end/client interface of our app.
  • PostgreSQL. As our relation database management system.
  • pg-promise. For interfacing with our database in our backend code.
  • CSS3.

Database Schema

database schema diagram

API Endpoints

  • Users

    Method Endpoint Description Properties sent in JSON body
    GET /users Get all users n/a
    GET /users/:id Get single user by id n/a
    POST /users Add new user avatar_url, username
  • Genres

    Method Endpoint Description Properties sent in JSON body
    GET /genres Get all genres n/a
    POST /genres Add new genre genre_name
  • Shows

    Method Endpoint Description Properties sent in JSON body
    GET /shows Get all shows n/a
    GET /shows/:id Get single show by id n/a
    POST /shows Add new show title, img_url, user_id, genre_id
    GET /shows/genre/:genre_id Get all shows for specific genre_id n/a
    GET /shows/user/:user_id Get all shows for specific user_id n/a
  • Comments

    Method Endpoint Description Properties sent in JSON body
    GET /comments/show/:show_id Get all comments for specific show_id n/a
    POST /comments Add new comment comment_body, user_id, show_id

binge-it's People

Contributors

sislam16 avatar alejo4373 avatar benstone1 avatar

Watchers

James Cloos avatar  avatar

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.