Skip to content

Development Environment Specification

kayl424 edited this page Mar 6, 2022 · 1 revision

Implementation due 07 March 2022

Authors

Jackson Chadfield
Fraser McCallum

Specification

  • Users can quickly get the environment up and running so they can quickly iterate on work
    • Should use docker to set up the environment
    • Client-server ports should be exposed on host machine port 80
    • API server should be exposed on port 4200
  • React application should have basic functionality
    • Can communicate with API
    • Home page with an adequate design
    • Routing to authentication page (non-functional)
  • API should have basic functionality
    • Ping endpoint for testing
    • Unit tests
    • Database
Clone this wiki locally