/Restful-CRUD-API-

A RESTful CRUD API built using Node.js, Express and MongoDB

Primary LanguageJavaScript

Restful CRUD API

  • This repository contains a REST API with full CRUD (Create, Read, Update, Delete) operations that is built using MongoDB, Express, and Node.js.

    Screenshot 2023-04-14 151103

How to Test

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

Prerequisites

Node.js version 12 or higher. MongoDB version 4.2 or higher.