Coder Social home page Coder Social logo

game's Introduction

Game Love Service

In this assignment, we look forward to test your skills in software development. Please, be pragmatic and avoid over engineering your solution.

Problem Statement:

We want you to implement a game love service that keeps track of the games that the player loves.

  • Design a REST API with the following:
    • It should be possible to create a new entry by feeding it with the following:
      • The player that loved the game.
      • The game it loved.
    • It should be possible to unlove games.
    • It should be possible to fetch all games a player have loved.
    • It should be possible to fetch the most loved games.
      • The list should contain the x top loved games, where x should be possible to define in every request.
      • Each item in this list should contain:
        • The game identifier.
        • Number of loves the game has.

How to

App contains several controllers. GameController, UserController, LikesController and AuthController. At first start when there is no users, default admin:nimda user is available. First you need to create admin user and then with the help of new user you can create other users, games etc. To make operations you need to log in through AuthController and use provided jwtToken with Bearer auth. Api description is available under localhost/gamelove/swagger-ui.html and search for /gamelove/api-docs. Some operations can be done only through admin user:

  • creating admin user
  • adding games
  • etc.

game's People

Watchers

James Cloos avatar TAYFUN ÇELİK 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.