Git Product home page Git Product logo

chris-malliapi-london's Introduction

Readme

Here is your nice new github repository, please replace this with useful information about what this repository does.

You can find information below if your creating an:

Installation

// Installation instructions

Local Development

// Local development instructions

Deployment Checklist

Secrets

  • Environment variables
    • Ensure you have copied across and set all environment variables for each environment?
    • Ensured you've not added any passwords, private keys, secrets or otherwise sensitive information to this repository?
  • Logging
    • Log out important information and consider using various log levels so dev/staging/production output relevant information.
    • Ensure any sensitive information is not being logged out into production.

Frontend

  • Informing IS to ensure a DNS entry has been added so it is accessible on corporate wifi
    • On eurostar's corporate wifi, any new subdomains/frontend applications (e.g. app-name.eurostar.com, app-name-staging.eurostar.com) need to be added to our internal DNS, you should let #devops know.
  • Add health endpoint
    • Your application should return a 200 when calling /health

Creating an NPM package

If you are creating an NPM package, you should ensure that you follow the naming convention, add the correct license, repository and set the private publish registry, like the following:

{
  ...
  "name": "package-name",
  "repository": "",
  "license": "UNLICENSED",
  "publishConfig": {
    "registry": ""
  }
  ...
}

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.