Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 306 Bytes

File metadata and controls

14 lines (12 loc) · 306 Bytes

How to Install the Application

  1. Ensure you have Node v20 or above.
  2. Initialse Node Server and Install dependencies
npm install
  1. Launch the Server
npm start

Our application uses Helmet for basic security.

Remember to use an API Interogator to (e.g. POSTMAN)