Code Monkey home page Code Monkey logo

catvszoombies's Introduction

Gwapit Test

Python test To do the test please do the following :

  1. setup core tu use gwapit-test-db
  2. create 2 API routes allowing to do the following
    1. GET /cat : expose list of cats
    2. GET /zombie : expose list of zombie

CATS

[
    {
        name: Minou
        icon: http://i.giphy.com/l4KhS0BOFBhU2SYIU.gif
        life: 100
        attack: 28
        defense: 12
    },
    {
        name: Lion
        icon: http://i.giphy.com/l41lTn1liPDzkv0Zi.gif
        life: 65
        attack: 10
        defense: 27
    },
    {
        name: Litchi
        icon: http://i.giphy.com/emWySpOLFLUAM.gif
        life: 80
        attack: 48
        defense: 1
    },
]

ZOMBIES

[
    {
        name: Beyonce
        icon: http://i.giphy.com/hyYMouu2tR5mM.gif
        life: 98
        attack: 24
        defense: 5
    },
    {
        name: Franck
        icon: http://i.giphy.com/4cfV5bkDSYUx2.gif
        life: 87
        attack: 5
        defense: 25
    },
    {
        name: Freak
        icon: http://i.giphy.com/NKSq1x79SPTGg.gif
        life: 75
        attack: 45
        defense: 7
    },
]

Share screen with : https://meet.jit.si

Access API http://test.hr.gwapit.in:9081/api/

Start project

  • docker-compose up -d core for python project
  • docker-compose up -d web for angular project

catvszoombies's People

Watchers

TRINH Van Huy 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.