Git Product home page Git Product logo

moviesdb-ui-angular2's Introduction

moviesdb-ui-angular

This repository is the UI for the backend MoviesDB application located here.

The backend application is written using SpringBoot and MongoDB. Current UI looks like below with basic features such as listing movies and searching a movie based on movie name, actor, description or language

movies_db_new

Prerequisites

  • nodejs
  • Visual Studio Code (Recommended)

Features

  • The UI is written using Angular.
  • This is a microservice application that talks to another backend microservice application to obtain the data.
  • User can search for a movie by any search string and any matching movie with the details such as description, director name etc are displayed.
  • The application can be hosted locally on default angular port 4200 http://localhost:4200
  • This application talks to the backend microservice running on port 8080.
  • The endpoint is http://localhost:8080/movie/search?query=queryparam

Steps

  • Check if npm and nodejs are installed by running:
  • node -v
  • npm -v
  • After cloning the repo, from the project root directory, run:
  • npm install
  • If the installation is successful, additional directory called node_modules will be created.
  • Now run the UI application using:
  • ng serve
  • From a web browser, go to the homepage of the application at http://localhost:4200/
  • Now in order for the search feature to work correctly, make sure the backend microservice is running on port 8080. For more details about the backend microservice, check the repo here.

moviesdb-ui-angular2's People

Contributors

phanikiranthaticharla avatar

Watchers

 avatar  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.