Skip to content

mcfly-svc/mcfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcfly

Data access layer for mcfly

Setup

Install and run Postgres: Postgres App on OSX is usually the easiest way

Install and run RabbitMQ: brew update + brew install rabbitmq + rabbitmq-server https://www.rabbitmq.com/install-homebrew.html for more help.

Build mcfly and setup the datbase: make setup

If you're running on localhost, you need to install and run ngrok for webhooks to work. Upgrading to ngrok Pro plan is required.

make run-ngrok to run it

Run

mcfly run

Testing

The api_test package needs postgres to be running. Connection limit needs to be increased (set max_connections = 1000 in postgresql.conf)

make test

Commands

mcfly shows available commands

Environment Config

see config/config.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors