go-secret

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: MIT Imports: 9 Imported by: 0

README

secret logo

go-secret

A self-destructive message sharing applications

Secret is use to share messages and delete them after the messages are read.

Development

To get started, you can clone the repository and run the following commands:

git clone https://github.com/mrinjamul/go-secret.git

To install the dependencies, run the following commands:

cd go-secret
go mod download

To build the UI, run the following commands:

cd views
npx tailwindcss -i ./static/tailwind-src.css -o ./static/tailwind.css

To build the application, run the following commands:

cp .env.example .env # copy the example env file and set your own values
go build -o secret main.go # build the application
export $(cat .env | xargs) # export the environment variables
./secret # run the application

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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