GithubHelp home page GithubHelp logo

lightoftwelve / techconnect-social-network-platform Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 761 KB

TechConnect is a social networking platform that provides users with the capability to share their thoughts, react to the thoughts of others, and establish friendships with other users. It leverages caching for improved performance and offers a simple yet powerful set of features.

JavaScript 100.00%
api community connections discussions express friendship interactions mongoose nodejs posts reactions real-time social-media social-network user-profile web-app thought-sharing

techconnect-social-network-platform's Introduction

TechConnect Social Networking Platform

Overview

TechConnect is a social networking platform that provides users with the capability to share their thoughts, react to the thoughts of others, and establish friendships with other users. It leverages caching for improved performance and offers a simple yet powerful set of features.

Features

Thoughts

  • List All Thoughts - Retrieve all thoughts, paginated and sorted by creation date. Also calculates and provides the reaction count for each thought.
  • Single Thought Details - Get detailed information of a specific thought by its ID, including its text, creation date, the user who posted it, and reactions it has received.
  • Create Thought - Users can post their own thoughts which get saved to the database.
  • Update Thought - Modify an existing thought by providing its ID.
  • Delete Thought - Remove a thought from the platform.
  • React to Thoughts - Users can add reactions to the thoughts of others, but not to their own.
  • Remove Reaction - A user's reaction can be removed from a thought.

Users

  • List All Users - View all users on the platform, showing their basic details and the thoughts they've shared. Also calculates and provides the friend count for each user.
  • Single User Details - Get detailed information about a specific user, including their email, thoughts, and friends.
  • Register New User - A new user can join the platform by providing a unique username and other essential details.
  • Update User Profile - Modify user details by providing their ID.
  • Delete User - Remove a user's account from the platform. This also removes the user's associated thoughts.
  • Friendships:
    • Add Friend - Users can establish mutual friendships with others.
    • Remove Friend - Users can end their friendships, which is reflected on both profiles.

Usage Guide

  • Clone the repository from GitHub.
  • Navigate to the project root and run npm install to install all necessary dependencies.
  • Set up your .env file with necessary environment variables.
  • Start the server with npm start and explore the endpoints using tools like Postman or Insomnia.

Screenshots

tech connect social media api - get all thoughts route

Technologies Used

  • Node.js
  • Mongoose
  • Express
  • LRU Cache
  • DotENV

Live Demo

Take a look at the live demo and explore the platform's features: Watch Here.

Credits

This project was independently developed by myself, Victoria Alawi.

License

This project is not currently licensed.

techconnect-social-network-platform's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.