NoSql : Social Network API

Table of COntents

Description

The NoSQL Social Network API is a backend application designed for testing routes for a social networking platform. It will enable users to interact with the platform by making friends, sharing thoughts, and reacting to friends' thoughts. This API is built using Node.js and Express.js for routing, MongoDB as the database, and Mongoose as the Object Data Modeling (ODM) library. It provides endpoints for various actions, including creating and updating users and thoughts, adding and removing friends, and managing reactions to thoughts. Mongoose and MongoDB are suitable for handling large amounts of unstructured data typically found in social networking applications.

Installation

Please Watch the walkthrough here

Insomnia Tests

Testing addFriend route

Add Friend

Testing getAllUsers route

Get All Users

Testing getAllThoughts route

Get All Thoughts

Testing createReaction route

Create Reaction

Credits

MongoDB Documentation

Mongoose Documentation

Louis Delia & Marcos Mujica: Class Activities

Day.js

License

License: MIT

Copyright (c) 2023 hafsah1976

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.