List of useful resources:
- Adding relay to create-react-app
- Proxing API requests in Development
- avoid CORS when developing api and app
- Do I really need Mongoose nowadays?
- Official article from 2021 says that nowadays, MongoDB driver supports the same features as Mongoose
- GitHub Actions workflow syntax
- Authentication and Authorization
- Explain some approaches about where putting auth methods
- GraphQL Errors at Escape
- Explain error returning approaches like
errors
field,Error
type andstructured errors
- Explain error returning approaches like