Giter VIP home page Giter VIP logo

calculator-kata's Introduction

Introduction

In this repository there is an hello world kata ( aka exercise ) for both Frontend and Backend developer ( see below for example stack ). In order to work with this repository, just fork it and implement both Frontend and Backend.

Goal

Goal for this project is to provide following features for the user:

  • user must access frontend using browser
  • user should insert two parameters, integer values
  • user should be able to send these two parameters to the backend and see result
  • backend must validate two parameters as integers
  • backend will answer to the user with the sum of the two parameters
  • user should be able to reset two parameters and result and start again

Prerequisite

This kata need has following software dependencies, please install them:

Backend

  • Gradle 6.2.2
  • Java 11.x

Frontend

  • Angular 12.x

Architecture

Backend

Backend must provide a set of REST services using spring boot and java 11, with all dependencies managed by Gradle. There is no database for this services and no autentication is required.

Frontend

Frontend must provide at least one page where user can interact.

Ide

Backend

Frontend

Test

Backend

Backend must be testable with at least 1 junit test of any implemented classes. To run the test, just run from the cli :

gradlew clean build test

All tests must be passed ( no errors! ).

Frontend

Unit test is not required for Frontend, but application must be used from Chrome and Firefox.

Running

Backend

When runned the backend services must respond on http://localhost:8080/

Frontend

When runned the frontend services must respond on http://localhost:4200/

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.