package
0.0.0-20210911020949-8ad73b10a8fa
Repository: https://github.com/bahelit/confirmerator.git
Documentation: pkg.go.dev

# README

Confirmerator API

Provides REST API to the Confirmerator project. Add/Remove users and devices

Quickstart

Configuration is done through environment variables.

Configure the http listener with LISTEN-ADDRESS and LISTEN-PORT

Database connection by string: MONGOURI example mongodb0.example.com:27017/my_db

Another MONGOURI example with credentials and replica set myDBReader:D1fficultP%[email protected]:27017,mongodb1.example.com:27017,mongodb2.example.com:27017/my_db?replicaSet=myRepl

Docker

docker build -f api/Dockerfile -t confirmerator-api . && docker run -p 80:80 --name confirmerator-api confirmerator-api

Contribution

Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!

If you'd like to contribute to confirmerator, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base.

Please make sure your contributions adhere to our coding guidelines:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Code must be documented adhering to the official Go commentary guidelines.
  • Pull requests need to be based on and opened against the master branch.

License

The Confirmerator binaries (i.e. all code inside of this project) is licensed under the GNU General Public License v3.0, also included in our repository in the LICENSE file.

# Functions

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
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

# Variables

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

# Structs

ErrResponse renderer type for handling errors.