This API was built for a social network web application to allow users to share their thoughts, react to their friends' thoughts, and create a friend list. This API enables websites to handle large amounts of unstructured data.
This app uses Express.js for routing, a MongoDB database (a type of NoSQL database), and the Mongoose ODM (Object Data Modeling) library. This app also uses the native JavaScript Date object to format timestamps for when thoughts are posted on the social network application.
Link to walkthrough video:https://drive.google.com/file/d/1at6tHrKvIlp4IiGs_-w_nYVJwCyruUzt/view
Primarily myself, with slight help from my tutor at the UC Berkeley Coding bootcamp.