Radik Fakhretdinov Logo Image
Radik Fakhretdinov

User Management System

CRUD Application with Node, Express & MongoDB.

Project Image

Overview

A CRUD App is a specific type of software application that consists of four basic operations: Create, Read, Update, and Delete. CRUD app consists of three parts: the database, user interface, and API. In this app, users must be able to create data, have access to the data in the UI by reading the data, update or edit the data, and delete the data.

Create - Insert a new user in User Management System
Read - View all open users
Update- Mark a task as ‘complete’
Delete - Remove user in User Management System

Tools

HTML
CSS
JavaScript
Node
Express
MongoDB
Postman