This API is designed for a social network that utilizes a MongoDB database to manage large amounts of unstructured data. Express.js is used for routing requests, Mongoose ODM facilitates object-oriented data modeling, and the moment package formats timestamps. Together, these tools enable the website to efficiently handle and manipulate data while providing a range of features for its users.
to run Locally using npm
npm i
or
npm install
then run:
npm start
MongoDB
JavaScript
Express.js
Mongoose
Node.js
