There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Node API that handles authentication in our app. We will use mongodb as our database, mongoose to create models and to connect to our express server, bcryptjs to hash passwords and jwt to check for private routes.