Built my own RESTful API
This repository contains a Node.js server that provides a RESTful API for interacting with articles in a MongoDB database.
Node.js version 12 or higher
MongoDB
1.Clone the repository to your local machine.
2.Install the dependencies by running npm install in the root directory of the project.
3.Start the server by running npm start.