Assignment 5: Service Build/Deploy
Due: Tuesday the 14th of April at 11:59 pm
Purpose
- Build and deploy a working service
Partners
Partners are allowed
Assignment
- Based on your proposal from Assignment 4 (adjust if necessary) - build and deploy the underlying service fulfilling the API
- The service must contain at minimum 1 GET endpoint
- The endpoint(s) must return valid JSON
- Must include a README.md that details how to run locally and deploy, and the names of the students in the group
- Submit as a package of files under the services directory and in the description of the Pull Request specify the URL this service is deployed at for testing / validation
Sample Project Structure
./services/project-name/*
Grading - 20 points
- 5 points - Pull Request with source code for the service AND deployed URL in description
- 5 points - README.md - containing student names, local development instructions, and example code to invoke API
- 5 points - Working URL for 1 GET request as specified in README
- 5 points - Valid JSON response that matches the contract specified in the Open API yaml file