Code Monkey home page Code Monkey logo

Er Vampire's Projects

moviegallary- icon moviegallary-

Your friend asks you to help him to build a simple web application where he can track his movies. You have to allow him to create, update, delete and list movies in a table (with pagination, 10 movies per page). He also wants to keep a small review for each movie. The following criteria have to be fulfilled: Impliment three microservices - User/Accounts serivce Movie Service Review Service The micro service must be implemented with Spring Boot. You can use any database you like (preferred any in-memory database eg.: H2). Any JPA framework can be used eg.: EclipseLink, Hibernate The service has to provide a REST API for the client. The client and the server must communicate with JSON objects. The server has to reject save and update requests when the required fields are not filled in. (Spring supports JSR-303 validation. You should use @Valid and @NotNull annotations to make it work) You can use any javascript framework to call REST api. (Preferred ones are Angular JS, React JS or any modern JS framework) The database must be pre-populated with some initial data. A movie has the following attributes: Id Name (required) Cover image url Release date (required) Genre Lead Actors/Actresses (should be a many-to-many connection to actors table in the database) (required) Director (should be a one-to-many connection to director table in database) (required) The data table must show all of these properies. In case of the joined entities the name has to be displayed. An Actor has the following attributes: Id Name A Director has the following attributes: Id Name A User has the following attributes: First Name Last Name Email Joining timestamp

toscalib icon toscalib

A go implementation of the TOSCA Standard from OASIS (YAML version)

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.