3mclass_backend

command module
v0.0.0-...-e8a9512 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2023 License: MIT Imports: 5 Imported by: 0

README

no-name

Install: Follow make file

➜ make all

Dev:

  • Load mysql docker container: docker pull postgres:15 or docker pull --platform linux/x86_64 postgres:15 for mac m1
  • Load redis docker container: docker pull redis:6.2
  • Set up a local instance:
➜  docker run --name posgres-instance \
   -e POSTGRES_PASSWORD=password \
   -e POSTGRES_DB=threemanclass \
   --restart=unless-stopped \
   -p 5432:5432 \
   -d postgres:15
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL