MERNG Dashboard

Overview

MERNG Dashboard is a simple Admin Dashboard Web Application built with MERNG stack which stands for:

  • MongoDB
  • Express
  • React
  • Node.js
  • GraphQL

This is my first time creating a GraphQL API, learning how authentication flow works with JSON Web Token (JWT).

Instead of hosting my own Database, I prefer to choose Mongo DB Atlas as the Cloud Database, the reasons are:

  1. This is my first time doing Backend stuff, and at that time, I don't know how to deal with database at all. So Cloud Database like Mongo DB Atlas is the best option I think.
  2. It's free

Technologies

This App is mostly written in TypeScript