The ‘Register of placement schools’ is a proof of concept for DfE and, more specifically, the Schools Group to provide a canonical list of placement schools held in the ‘Register trainee teachers’ service.
This prototype is based on the:
You can read more about this register on the design history website.
- Architecture - Technical architecture and application structure
- Deployment - Local and Heroku deployment instructions
- Install dependencies:
npm install - Create
.envwith at leastSESSION_SECRETand any API keys you need (seeDEPLOYMENT.md) - Run the prototype:
npm run dev
The app runs at http://localhost:3000.
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.