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

github.com/Celesca/isekai-shop-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Celesca/isekai-shop-api

  • v0.0.0-20240726160230-423403c6c7e3
  • Source
  • Go
  • Socket score

Version published
Created
Source

Isekai Shop API by Go Echo

Package

  • Go Viper - to connect from config.yaml to struct config.go
  • Validator package - to alert and validate the field.

Create docker container of postgresDB

docker run --name isekaishopdb -p 5432:5432 -e POSTGRES_PASSWORD=123456 -d postgres:latest

docker exec -it b5b40248aec2 bash

psql -U postgres

CREATE DATABASE isekaishopdb;

FAQs

Package last updated on 26 Jul 2024

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