- JavaScript - Used to create models, routes, and configuration of application
- MangoDB - Used to build and store database
- Mongoose - Used to access MongoDB
- Postman - Used to demonstrate application capability
- Built mongoDB schemas for Users and Thoughts (posts) to create functioning social media API
- Built routes to allow Users and Thoughts to be created, updated, and deleted
- Created reactions as a sub-document of thoughts
- Allowed Users to become friends or delete friends