Skip to content

mosesgameli/mimail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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