I created a "User Management" system to log fake (or APPLICABLE!) user information to a MongoDB cluster.
Install CRUD with npm
npm install CRUD
cd CRUD
Using HTML, CSS, and JavaScript, users are able to create their own logged information, including names, email, gender, and active (or inactive) status.
How to connect a server.js file to MongoDB. Posting, reading, updating, and deleting specific stored objects on the database. Attaching those functions to HTML elements. Routing CRUD features to a router file.