command
module
Version:
v0.0.0-...-44db4d7
Opens a new window with list of versions in this module.
Published: Jan 15, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Source code for the server, if you are looking for the client side React app go here. If you are looking for the CLI app go here.
Setup
-
Create postgres db
createdb cipher_bin_dev
-
cp env.example.sh env.sh
-
Update variables in env.sh
-
make migrate
Development
Clone repo and run:
go mod download
Build it:
make build
Run it:
./cipherbin
Or for quicker iterations build and run in one step:
make run
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.