Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 403 Bytes

MiMail Server

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.

Getting Started

  1. git clone https://[email protected]/moses-20/mimail.git
  2. npm install to get all packages
  3. use the .dev.env as a guide for your .env file
  4. npm run dev to run in development mode