api

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

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

Go to latest
Published: Oct 1, 2022 License: MIT Imports: 2 Imported by: 0

README

Kegger - RSVP Manager API

Kegger's API is built using the Echo Go web framework.

Requirements

  • Go 1.12+
  • Postgres 10+
  • (optional) SendGrid account for being able to send out the email invites

Running gorsvp

  1. Edit .env file
  2. go build
  3. ./gorsvp

Sample .env File

DB_USERNAME="dbuser"
DB_PASSWORD="dbpass"
DB_NAME="gorsvp"
DB_HOST="localhost"
DB_PORT="5432"
JWT_SECRET="5UP3R S3CR3T SH1T!" # secret string for signing the jwt token
SENDGRID_API_KEY="KEY" # used for sending email invites
RUN_MIGRATIONS="true" # run database migrations on init

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
helper
helper functions
helper functions

Jump to

Keyboard shortcuts

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