Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 990 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 990 Bytes

farming-tracker

Remove the build directory from ignore settings once done.

Learn about Version Control

Learn about Headless architecture/development

Learn about Service-oriented architecture including applicable design patterns.

Run npx tsc to check for errors

Controllers - Controllers are the thing that directly responds to each HTTP Request that comes into your application

Middleware

Authentication and Authorization:

Middleware can handle user authentication, checking if a user is logged in, and verifying their permissions for accessing certain resources.

Logging:

Middleware is often used for logging requests, responses, and other relevant information for debugging and monitoring purposes.

Error Handling:

Middleware can catch errors globally, allowing you to handle them in a centralized way rather than duplicating error-handling logic in each route or component.

models

routes