This application allows for user information record keeping, specifically Name and Email. The client allows for the viewing,updating, and deleting of a user.
Terminal #1: mongod
Terminal #2: cd ".../crud_Users"
node server
Terminal #3: cd ".../crud_Users/client"
yarn start
Mongo Express React Node