/Crud-Apis

Primary LanguageJavaScript

About Node JS

The API reference documentation provides detailed information about a function or object in Node.js. This documentation indicates what arguments a method accepts, the return value of that method, and what errors may be related to that method. It also indicates which methods are available for different versions of Node.js:

About ExpressJS

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.

How to run it?

  1. Clone this repository
  2. Install dependencies using below command npm install
  3. Create database and connection
  4. npm start