/mongoDBRoutes

test routes for CRUD operations with mongo

Primary LanguageJavaScriptMIT LicenseMIT

mongoDBRoutes

Test routes for CRUD operations with mongoDB. Create a user Collection in MongoDB. Create associated text with a user.

Node Packages Used

mongoose express

Tests

create default user with postman or another API route tester.

{
    "username": "thisName",
    "email": "test@email.com "
}