Skip to content

messagewith/server

Repository files navigation

Messagewith Server

Messagewith server written in Go

Running development server

Requirements

Inside root folder, create .env file containing:

MESSAGEWITH_JWT_SECRET=<random_long_text_for_jwt_sign>
MESSAGEWITH_DOMAIN=<server_domain>
MESSAGEWITH_MOCKUP_IP_ADDRESS=<mockup_ip_address_in_dev_env>
MESSAGEWITH_DATABASE_URI=<mongodb_connection_uri>
MESSAGEWITH_SMTP_HOST=<smtp_host_domain>
MESSAGEWITH_SMTP_PORT=<smtp_port>
MESSAGEWITH_SMTP_USERNAME=<smtp_username>
MESSAGEWITH_SMTP_PASSWORD=<smtp_password>
MESSAGEWITH_SMTP_EMAIL=<smtp_email_from_send>

Finally you can run go run .

License

This packages is distributed under the GPL-3.0 License.

About

Messagewith server written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages