Categorygithub.com/Celesca/isekai-shop-api
repositorypackage
0.0.0-20240726160230-423403c6c7e3
Repository: https://github.com/celesca/isekai-shop-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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;