PLEASE NOTE I am aware that I put the whole repo into a file when i should not have, by the time i thought about it, it was already too late. My apoligies
Welcome to the Social Media API, a back-end solution for your social network. This application is designed to handle large amounts of unstructured data, making it an ideal choice for a social media startup. It leverages MongoDB as a NoSQL database and utilizes Mongoose, Express, and Moment.js to manage and interact with the data.
- View Data: Retrieve information from the database using API endpoints.
- Create Data: Add new content to the social network by creating and submitting new records.
- Update Data: Modify existing data to keep it up-to-date.
- Delete Data: Remove content that is no longer needed.
- MongoDB: A NoSQL database for storing unstructured data.
- Mongoose: An ODM (Object Data Modeling) library for MongoDB and Node.js.
- Express: A web application framework for Node.js.
- Moment.js: A library for handling and formatting dates.
- Navigate to the project folder
- install dependencies
- set up mongoDB database
- start the server