Giter Club home page Giter Club logo

dfe-digital.buying-for-schools-v2's Introduction

Find a DfE approved framework for your school

This service replaces the deals for schools guidance.

Find a DfE approved framework for your school helps anyone within schools with a responsibility for buying/procurement to find a framework which best suits their needs.

This help is given via a decision tree navigation which asks simple multiple choice questions, each answer narrowing down the frameworks until either one or a small number of frameworks can be recommended. The recommendations are links to frameworks offered by 3rd parties, as such any purchase/financial transaction takes place on the 3rd party site.

This is a NodeJS/Express based Azure WebApp with a Mongo (Cosmos) database and templates rendered by Nunjucks.

Install

For dev environment...

    $ npm install

For production environment...

    $ npm install --production --no-optional

...this excludes any dependencies required for testing the service or developing the service.

npm scripts

$ npm start

Start the service in it's normal state Open http://localhost:5000 to view it in the browser.

$ npm run start:dev

Start the service in dev mode, such that the service is restarted each time changes are made, SASS is recompiled etc.

$ npm test

Run all tests: jhint, mocha and cucumber

$ npm run test:jshint

Run jshint

$ npm run test:mocha

Run Mocha unit tests

$ npm run test:bdd

Run cucumber tests

Code

This project uses NodeJS, Express and Mongo (Azure Cosmos DB).

MONGO_READONLY DOC_STATUS 4000 PORT

env variables

PORT

Defines the port for serving the app, defaults: 4000

MONGO_READONLY

REQUIRED

The connection string to use to connect to a mongo database, it should be as per the READONLY connection string shown in the Azure Cosmos DB Connection String section with the addition of the database name added after the portnumber.

DOC_STATUS

Options are DRAFT or LIVE, defaults to LIVE.

This setting affects which DB record is used in this instance of the app, on Production the value should be LIVE but on a test env it's useful to display the DRAFT version, in order to gain sign-off on proposed changes before promoting the record to LIVE and archiving the previous instance.

dfe-digital.buying-for-schools-v2's People

Contributors

bryn500 avatar s6stuc 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.