-
This repository contains a REST API with full CRUD (Create, Read, Update, Delete) operations that is built using MongoDB, Express, and Node.js.
- You can clone or download this repo and test the API using Postman .
- To connect to your own MongoDB database, you need to create a config.js file in the root of your project directory.
- Then you can add your own MongoDB URI as follows:
module.exports = {
mongoURI: "YOUR_MONGODB_URI_HERE"
}
Node.js version 12 or higher. MongoDB version 4.2 or higher.