In this section, we will get right into the code and start to build our application. We will need to follow these steps:
- Starting the server
- Connecting to a database
- Creating data models
- Setting up a router
- Setting up a logger
- Creating contact endpoints and controller actions
- Validating requests