jmorris107 / Flixily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flixily Application

badmath

Welcome to Flixily!

Description

This application allows you to seamlessly browse a wide selection of movies which you can like or dislike and organize into a collection of favorites.

Flixily Logo

Ready, set, ACTION!!

After successful login, a user is presented with a randomized movie card with like and dislike buttons.

Movie Card

The movie card can be flipped to display a brief synopsis.

Movie Card2

Users can track the movies they have liked within the favorites page. Clicking on a movie will flip the card to allow for rating submission or deleting.

Favorites

The user profile page allows the user to view their username and linked email, as well as update the password.

Profile

Hosted Application

The application is hosted on Heroku and can be found here https://flixily.herokuapp.com/

Table of Contents

Navigate through the README Using the Table of Contents :

Installation

To run locally, use the commands below:

Installing all the packages the application uses :

$ npm i

Seed the database using :

$ npm run seed

Get mongodb database running locally (Run command in another Terminal tab) :

$ mongod

To start the application :

$ npm run start

Usage

This project uses the following frameworks, and packages :

  • React
  • express
  • mongodb
  • mongjs
  • javascript
  • html
  • css

Development Team

Sabine Hutter Nic Schworer Jennifer Morris Yerson Arvelo

License

MIT

Contributing

Please contact the development team to recieve the detailed contribution guidelines

Badges

badmath

Tests

There are currently no test scripts created for this application :( Happy to collaborate so please reach out!

Questions

Please forward all questions about the Flixily to the development team.

About


Languages

Language:JavaScript 82.2%Language:CSS 17.0%Language:HTML 0.9%