Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

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


Version published

Readme

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

Last updated on 09 Oct 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc