Manage teacher training applications prototype

Manage teacher training applications is a service for training providers to see, manage and make decisions on applications they receive.

This prototype is based on the:

Requirements

  • Node.js - version 20.x.x

Installation

  • Clone this repository to a folder on your computer
  • Open Terminal
  • In Terminal, change the path to the repository
  • Type npm install to install the dependencies

Working locally

  • In Terminal, change the path to the repository
  • Type npm run dev and start the application

Generating data

The prototype uses seed data.

You can regenerate the data:

  • In Terminal, change the path to the repository
  • Type npm run generate-data

Tools

If you’re using Visual Studio (VS) Code for prototyping, we recommend you install the following extensions:

We also recommend you update your VS Code settings to make sure you’re trimming whitespace: Files: Trim Trailing Whitespace.