Categorygithub.com/jesper-nord/recurringly-backend
modulepackage
2.0.0+incompatible
Repository: https://github.com/jesper-nord/recurringly-backend.git
Documentation: pkg.go.dev

# README

recurringly-backend

The backend service supporting Recurringly.

Development

Requires a Postgres instance running locally.

Create an .env file in project root with the following contents:

PORT=<application port, defaults to 8090>
DB_HOST=<db host, defaults to localhost>
DB_PORT=<db port, defaults to 5432>
DB_NAME=<db name, defaults to postgres>
DB_USERNAME=<username>
DB_PASSWORD=<password>
JWT_SIGNING_SECRET=<any string>

See also

recurringly-web, the web frontend for Recurringly.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author