Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.61 KB

instructions-2-back-end.md

File metadata and controls

23 lines (16 loc) · 1.61 KB

Back-End Development

Each team must have completed and demo'd the working back-end of their group project by the end of the corresponding Sprint.

Technical requirements

Musts...

  • All back-end code must be generated using Express.js.
  • All dynamic routes must be completed and must respond with meaningful JSON data.
  • All static routes must be completed and respond with the requested file.
  • The front-end must be updated to make requests to the back-end for all data and functionality. The two must be completely integrated by the end of this sprint.
  • Each developer must have written unit tests using the mocha and chai modules that provide at least 10% code coverage of the back-end code. Use the c8 module to verify code coverage.
  • Instructions on how to set up and run the project must be included in the README.md`` file in version control. It **must** be possible for anybody to follow the instructions on the README.md` to build and run the project on their local machines.

Grading

Individuals will be graded, in part, according to...