Skip to content

ControlAltTea/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD App

CRUD

I created a "User Management" system to log fake (or APPLICABLE!) user information to a MongoDB cluster.

Installation

Install CRUD with npm

  npm install CRUD
  cd CRUD

Tech Used : HTMLCSSJavascript

Using HTML, CSS, and JavaScript, users are able to create their own logged information, including names, email, gender, and active (or inactive) status.

Lessons Learned

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.

About

User Management CRUD App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published