MyMov API and Client Image

MyMov API and Client

IMDB... just smaller.

The second of my CareerFoundry projects, this app was built in two parts. First a database was create to house user and movie information, along with an API to retrieve said info. Next the client was built to allow users to interact with the database, select their favorite movies and so on.

While I have worked with various components from this project before such as Bootstrap or working with databases in general, this was the first time I worked with the react-bootstrap library as well as MongoDB in particular, both of which was fairly pleasant to work with

HTML, CSS, and Bootstrap
As with any site uses HTML and CSS for main content delivery. This particular project used the react-bootstrap library for implementing Bootstrap.
Javascript/React
Used as the backbone for the client side.
NodeJS
Used to create the API that would retrieve movie and user information.
MongoDB
Used to store user and movie information.