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

bitbucket.org/SujitS/su_sh/api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket.org/SujitS/su_sh/api

  • v0.0.0-20220215123017-46657e322808
  • Source
  • Go
  • Socket score

Version published
Created
Source

DB SETUP

CREATE TABLE users ( id INT AUTO_INCREMENT, email varchar(255) NOT NULL UNIQUE, name TEXT, address TEXT, telephone TEXT, hash_password TEXT, jwt_reset_password_uuid TEXT, jwt_access_uuid TEXT, created_at DATETIME, PRIMARY KEY (id) );

ENV VARIABLE SETUP (DEV)

$ cp env.example .env

RUN APP

$ go run main.go

FAQs

Package last updated on 15 Feb 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