Giter VIP home page Giter VIP logo

checkitout's Introduction

CheckItOut

This is web application which is part of Bachelor thesis.

Bachelor thesis assignment

Create web application allowing users to register and maintain they have already seen movies and movies that they want to watch in future. The portal will be implemented in Node.js using Express framework and will run on public cloud. Frontend will be implemented in React.js. The portal will have following capabilities:

  • It must have a friendly UI for both browsers and mobile devices
  • It must allow users to register via social networks and plain username password
  • Users can add in-app friends
  • If user is connected to any social network, app will offer them their friends from this network, who are also using this app
  • Users can manage their movie lists (add/remove movies from list and manage visibility – private, friends, public)
  • Users can browse through their own movie lists, their friends list and also public lists
  • Users can rate films, that they have already seen
  • Application will contain smart search, that will search in friends list first and then it will use some public api (e.g „the movie db“) for searching new films that friends don’t know
  • Search tab results will be similar to spotify (best results, movies, friends lists, public lists and maybe serials)
  • Search bar results will be segmented – best results, movies, lists, … (e.g using Autosuggest component)

Developer info

Run server

cd CheckItOut
npm run <<action>>

<<actions>>

  • server - run only server api
  • client - run only react client
  • dev - run both concurrently

API Credentials

You have to save your api credentials in CheckItOut/config/dev.js or create enviroment variables in production.

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.