pawfa / movieApp

Movie details showing application with comments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies

Movie details showing application with comments.

Description

Example application to learn React, Redux Saga. You can see demo here. Every code review and criticism is welcome.

Getting Started

Technology Stack

Component Technology
Frontend React
Backend NodeJs and ExpressJs
Testing Mocha and Chai
Client/Server Build Tools npm

Dependencies

  • Node 6.0 or above,
  • npm 5 or above

Installing

To install this application, run the following commands:

git clone https://github.com/pawfa/movieApp.git
cd movieApp

This will get a copy of the project installed locally.

Executing program

To run the application, cd into the backend folder and run:

npm run install-dev
npm run dev
and go to http://localhost:3003

Running unit tests

To run backend testing, cd into the backend folder and run:

npm test

About

Movie details showing application with comments.


Languages

Language:JavaScript 89.6%Language:HTML 8.6%Language:CSS 1.9%