🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/megajandrox/go-finance-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/megajandrox/go-finance-api

v0.0.0-20240728224845-25298c048195
Source
Go
Version published
Created
Source

go-finance-api

How to create a Postgres database in docker

Use the following command in a terminal

docker run --name go-finance -e POSTGRES_DB=gofinance -e POSTGRES_USER=finance -e POSTGRES_PASSWORD=finance -d -p 5432:5432 postgres

FAQs

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