dustinturp / mongoDBRoutes

test routes for CRUD operations with mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "
}

About

test routes for CRUD operations with mongo

License:MIT License


Languages

Language:JavaScript 100.0%