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

github.com/crag-01/instagram-backend-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/crag-01/instagram-backend-api

  • v0.0.0-20211009182620-ff68ea8e4a19
  • Source
  • Go
  • Socket score

Version published
Created
Source

Instagram Backend HTTP REST API using GO Lang and Mongo DB

Project for Appointy Summer Internship . Project built within 25 hrs, with no prior knowledge of GO.


Objectives - To be completed

  • Create User Endpoint
  • Fetch User Endpoint
  • Create Post Endpoint
  • Fetch Post Endpoint
  • Fetch Post of User Endpoint
Additional Tasks
  • Password Encryption
  • Server Thread Safety
  • Pagination
  • Unit Testing

Progress

  • Create User Endpoint
  • Fetch User Endpoint
  • Create Post Endpoint
  • Fetch Post Endpoint
  • Fetch Post of User Endpoint
Additional Tasks
  • Password Encryption
  • Server Thread Safety
  • Pagination
  • Unit Testing : Could've implemented if not for the time constraint. :(

NOTE

  • Server Thread safety was implemented using sync
  • Routing URLS present in the main function of each .go file
  • Password_Encryption explains how hasing is used to prevent reverse ngineering attempt to find password. Even User passwords are stored in encrypted form in the DB.

FAQs

Package last updated on 09 Oct 2021

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