Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.15 KB

File metadata and controls

12 lines (8 loc) · 1.15 KB

React, Node Js, and MongoDB microservices-based application deployment on Kubernetes

This complete article can be check at medium.com/@aamirpinger

This is a simple ToDo application build using MERN Stack. It consist of:

  1. The Front-end application is build using React.
  2. The backend is build using Node Js, Express, and mongoose.
  3. The Database Layer will be using the NoSQL database i.e. MongoDB.

As a brief overview of this todo app, when the user will access the front-end application from the browser, a login screen with a signup option appears. User must first signup to register and then after having success on signup can login into the app by using registered email and the password.

After a successful login, user will then add a new Todo task and list already added todos. Users can also mark any specific ToDo as important by clicking on the star, mark them as completed, and delete any specific ToDo when needed. Users may also use the ToDo search option and sort the paginated list on serial no, title, or description.