Hello everyone it's my first post <3
A boilerplate for Node.js apps / API server / Authentication from scratch - express, graphql - (graphql compose), mongodb - (mongoose).
https://github.com/watscho/express-graphql-mongodb-boilerplate
Looks good.
tnxs <3
Welcome and nice work!
Am I correct in determining that there's no UI to this repo? Is it API/email only?
tnxs <3 yes It's a boilerplate for Any API
Looks awesome! Took a quick peak to see if I could suggest adding anything to it feature-wise but you seem to have everything covered and then some. I use a similar boilerplate for my own projects and it honestly saves a ton of time not having to spend time rebuilding the same stuff every project. Thanks for sharing!
Thanks <3
Good one
Take a look at nest.js. It packages a lot of this stuff up in a typescript based node framework. Was planning on using it for my next project.
This comment was deleted 7 years ago
good work.
I felt that there is a need to add a few more details in README.
Like how to use and extend each component.
also why is redis being included
Note: To continue development, you should learn about graphql-compose - this is the library that I use to write the API, you can read about it at the link: docs <
Redis for logout token blacklisting
Session storage I'd guess