Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.66 KB

mongo-social-network-api

Social-Network-API

Static Badge Static Badge Static Badge Static Badge Static Badge

Description

My Social Network API is a project designed to explore network API workings using MongoDB. It's inspired by a vision of creating a platform for users to freely share thoughts, connect with friends, and express reactions. This endeavor has deepened my understanding of API design, CRUD operations, reaction and friendship management, and MongoDB's data modeling, system architecture, and user-centric design principles. It's been a valuable learning experience that underscores the significance of databases in real-world applications.

Installation

You can interact with this app in two ways:

  1. To view a video demonstration, visit: Demo Video
  2. To run the app locally, ensure you have Node.js installed. Then clone the repository and follow the steps below:
npm i
npm start

After entering the two commands, you should see something like this:

Demo Image

Afterwards, you are free to test your app on Insomnia!