Hi there 👋
- apollo
- express
- graphql
- mongodb
This api is build on nodejs and written using typescript.
I use type-graphql to have strong typing for all my resolvers, queries and mutations.
- Graphql allows you get only the data you need by quering to just one endpoint
- Typescript allows us to have a strictly typed system
- Mongodb is just my prefernce
As a side note this will be a open source api, meaning anyone can query data from this api if they would want to. You can use this api for authenticating users, querieng product details ( for any eccomerce app )