12
12 Comments

Node.js boilerplate / Authentication from scratch - (express, graphql, mongodb)

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

on December 12, 2019
  1. 2

    Looks good.

  2. 2

    Welcome and nice work!

    Am I correct in determining that there's no UI to this repo? Is it API/email only?

    1. 2

      tnxs <3 yes It's a boilerplate for Any API

  3. 2

    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!

  4. 1

    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.

    1. 1

      This comment was deleted 7 years ago

  5. 1

    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

    1. 1

      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 <

    2. 1

      Redis for logout token blacklisting

    3. 1

      Session storage I'd guess