Giter VIP home page Giter VIP logo

backend-coding-challenge's Introduction

Submission Notes:

This project for submission is built using Spring Boot on Java 8.

Instructions for usage/testing:

  1. Ensure appropriate db details(MySQL) is updated in application.properties
  2. Execute 'mvn package'
  3. Execute 'java -jar target/vatapp-0.0.1-SNAPSHOT.jar'

Note: Ensure 8080 port is free on machine where app is getting deployed. Also,the app auto-creates the db table on mysql and drops them , when brought down .

App URL : http://localhost:8080/default.html

The app is now addressing all the following mandatory tasks

  1. Saves expenses as entered to a database.
  2. Retrieves them for display on the page.
  3. New column is added to the table to display the VAT amount for each expense.
  4. README is updated with appropriate changes.

and also the extra credit task

  1. VAT is dynamically computed and shown to the user as and when amount field is entered (before they save the expense to the database)

Note to evaluator:

Being the contest, more focus has been given to address the functional requirements from backend perspective and ensured fair coverage on the other aspects of structure , test ,etc.

Also for UI , the shared client code is reused but placed @ src/webapp directory now. The UI code changed for submission are expenses-content.html and expenses-controller.js under webapp/src/js. Due to gulpfile build issues on local, packed the above changes directly in codingtest.min.js @ webapp/static/js.

Kindly reach out via email , for more info or any issues in app usage.

backend-coding-challenge's People

Contributors

senthilvs avatar daveoflynn avatar

Watchers

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