Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
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

Source
Go
Version
v0.0.0-20220215123017-46657e322808
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