/mern-app

A MERN Stack template complete with Redux, Authentication, Server and Client Side protected routing and notification/alert manager.

Primary LanguageJavaScript

MERN APP TEMPLATE

A MERN stack inventory app created as a template to quickstart development. Includes the following

Server Side

  • Server implemented with Node.Js and Express.
  • Using MongoDB with Mongoose for Database Actions.
  • Using jsonwebtokens with coustom express middleware for authentication via JWT.

Client Side

  • Using React with Redux to maintain global auth states and manage views.
  • Using additional react plugins for routing and notification management.
  • Includes coustom HOC for protecting routes.