Skip to content
/ Moose Public

🐺 A Disposable, Secure, Anonymous Email Server, Set up in Minutes.

License

Notifications You must be signed in to change notification settings

Norwik/Moose

Repository files navigation

Moose Logo

Moose

A Disposable, Secure, Anonymous Email Server, Set up in Minutes.

Moose is a disposable, secure, anonymous email server. It allows to receive email at a temporary address that self-destructed after a certain time elapses. Moose is most advanced throwaway email service that helps you avoid spam and stay safe.

Getting Started

To install dependencies.

$ make deps

To create and migrate your database.

$ make migrate

To start the application.

$ make run

Now you can visit localhost:4000 from your browser.

To run test cases:

$ make ci

To list all commands:

$ make

To run postgresql with docker

$ docker run -itd \
    -e POSTGRES_USER=moose \
    -e POSTGRES_PASSWORD=moose \
    -e POSTGRES_DB=moose_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Moose is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Moose. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/moose/issues

Security Issues

If you discover a security vulnerability within Moose, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2022, Clivern. Released under MIT License.

Moose is authored and maintained by @clivern.