Giter Club home page Giter Club logo

wdi-project2's Introduction

My-Movies

GA WDI London - Project 2

Brief

This is an example RESTful App with several models being stored in a mongo database.

As a huge movies fan, I decided to create my own collection which contains a list of my favorites movies selected by their directors. The user in addition to visit this app, can also add new movies and new directors based on his preferences.

You can find it here

Featuces

  • Authentication with BCrypt
  • Login redirects to previously viewd page (see controller/sessions.js )
  • User can add movies and directors and favorite movies
  • Users can only modify data they have added themselves
  • Users ca add comments and rating to the movies
  • User's movies populated with a virtual (see models/user.js)
  • Frontend form validation with HTML5 and jQuery Validate Plugin

Run Locally

You will need node and mongodb set up on your local environment.

If you do not have them, I would advise installing them with homebrew (Mac only).

  • Download or clone the Github repo
  • Run yarn install or npm install in the terminal to install all the dependencies
  • Run yarn seed or node db/seeds to seed the database
  • Run node index.js (or simply nodemon if you have nodemon installed) to start the app.

Technologies

To create this project I used the following technologies:

  • HTML5
  • SCSS
  • Bulma
  • JavaScript (ECMAScript 6)
  • jQuery
  • Node.js
  • Express.js
  • EJS
  • MongoDB
  • Mongoose
  • BCrypt
  • Gulp
  • Yarn

Challenges faced

Wins

Future Features

There are few improvements that I would love to add.

  • Improve the code and fixing the bugs.
  • Improve the UI which is not perfect at the moment.
  • Adding an Admin user in order to check and approve movies.

BestMovie

BestMovie

BestMovie

BestMovie

Notes

  • Feel free to create an account and add movies and directors
  • All images and synopsis taken from IMDb, Wikipedia
  • Styled with Bulma

wdi-project2's People

Contributors

gio85 avatar

Watchers

James Cloos 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.