Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 424 Bytes

RestApi template using MongoDB and Express.js

Can be used with Postman or Insomnia.

Port is set to 4000.

Sample urlencoded POST:

[
    {
        "_id": "631b4793a6b5053297d3ecc0",
        "name": "John Doe",
        "email": "[email protected]",
        "major": "SoftwareDev",
        "year": 2022,
        "gpa": 3.8,
        "creation_date": "2022-09-09T14:02:59.087Z",
        "__v": 0
    }
]