Skip to content

RandyBatista/farming-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published