Skip to content

stephen-oppong-beduh/tai-frontend

 
 

Repository files navigation

Tax Account for Individuals

Build Status Download

This service Allows users to view and edit their paye tax information

Summary

This service covers the current tax year. Use the service to:

  • check your tax code and Personal Allowance
  • tell HM Revenue and Customs (HMRC) about changes that affect your tax code
  • update your employer or pension provider details
  • see an estimate of how much tax you’ll pay over the whole tax year
  • check and change the estimates of how much income you’ll get from your jobs, pensions or bank and building society savings interest

Requirements

This service is written in Scala 2.11 and Play 2.5, so needs at least a JRE 1.8 to run. In addition to Scala and JRE dependencies, the service also depends on node.js 4.8.4 and npm 2.15.11.

How to install node on Ubuntu

sudo apt-get update sudo apt-get install nodejs

< check whether npm came along >

npm -version

..if it isn't there ..

sudo apt-get install npm

also

sudo apt-get install nodejs-legacy ..which will give you an alias of 'node' instead of 'nodejs'

THEN

sudo npm install -g n

(will install the 'n' utility - allowing switching of node versions)

sudo n 4.8.4

..which will install the version of node we need for TAI-FRONTEND

Authentication

This customer logs into this service using GOV.UK Verify.

Acronyms

In the context of this service we use the following acronyms:

  • API: Application Programming Interface

  • HoD: Head of Duty

  • JRE: Java Runtime Environment

  • JSON: JavaScript Object Notation

  • URL: Uniform Resource Locater

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 81.3%
  • HTML 13.1%
  • Cycript 3.6%
  • CSS 1.3%
  • Other 0.7%