i have configured a basic fathers setup with two services, users and messages(with mongoose) all API endpoints are working. but how do i create an extra endpoint in a service?
i am confused how would i develop a complete webapp only using the default feathers REST endpoints.. for example i have to use an api where i need to get data from two or more mongo schema in a single api call. if i deal it in outside of feathers and use expess routing for this how would i setup the feathers authentications for these new created express routes.. please advise me a best solution my situation.
You can try looking into GraphQL to handle such queries. You can use it to create a query that fetches data from multiple mongo schemas. Here's a feathers-graphql tutorial that can guide you: https://medium.com/@mattchewone/graphql-with-feathersjs-4cc67e785bd