Previous Lecture | Lecture 06 | Next Lecture |
Lecture 06, Mon 04/12
Mon Lecture: introducing team01, feature branch workflow, pull requests
team01: our first team assignment
Today we’ll look at team01, our first team assignment
- Instructions: https://ucsb-cs156.github.io/s21/lab/team01/
- Starter Code: https://github.com/ucsb-cs156-s21/STARTER-team01
- Working Final Version: https://staff-team01-solution.herokuapp.com/
Where is all of this headed:
- The apis of the backend of Courses Search
- The code strucure of courses search (front end / back end)
We’ll discuss
- APIs and JSON
- GET requests
- Structure of a Spring Boot backend
- directories and what they do
- Controllers
- Services
- Use of the
RESTTemplate
object ObjectMapper
object