New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jeanvydes/api-social-network

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jeanvydes/api-social-network

  • v0.0.0-20220628182445-9de40f1098ce
  • Source
  • Go
  • Socket score

Version published
Created
Source

Social Network API

API for main features for a social network

Enviroment Variables Structure

PORT=
MONGO_URL=
MAIN_DATABASE_NAME=

Structures

  • Authentication
    • Sign Up
    • Sign In
  • Post
    • Upload
    • Delete
    • Like
    • Unlike
    • Comment
      • Create
      • Delete
      • Like
      • Unlike
      • Replies
        • Create
        • Delete
  • Users Interaction
    • Follow
    • Unfollow
    • Block
    • Unblock
    • People Suggestions based in followings
    • Update Self Information

User Structure

  • Identificator
  • Email
  • First Name
  • Last Name
  • Username
  • Password (Encrypted)
  • Profile Picture
  • Verified Account
  • Followers
  • Following
  • Blocked Users
  • Liked Posts
  • Saved Posts
  • Sign In Sessions Logs

Post Structure

  • Identificator
  • Author Identificator
  • Title
  • Content
  • Creation Date
  • Likes
  • Comments

Comment Structure

  • Identificator
  • Post Identificator
  • Author Identificator
  • Content
  • Creation Date
  • Likes
  • Replies

Reply Structure

  • Identificator
  • Comment Indentificator
  • Author Identificator
  • Content
  • Creation Date

Like Structure

  • Identificator of the user who liked
  • Date of the like

FAQs

Package last updated on 28 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc