This project is a simple application that aims to mimic a mail server in a simple form.
It provides APIs that you can use with any frontend framework.
git clone https://[email protected]/moses-20/mimail.git
npm install
to get all packages- use the
.dev.env
as a guide for your.env
file npm run dev
to run in development mode