An open API service indexing awesome lists of open source software.

https://github.com/its-alex/atmail

📧 A web application to see, reply, has its mails received in a database
https://github.com/its-alex/atmail

axios javascript mail mobx mobx-react nodejs react web

Last synced: about 1 month ago
JSON representation

📧 A web application to see, reply, has its mails received in a database

Awesome Lists containing this project

README

          

# AtMail

:e-mail: A web application to see, reply, has its mails received in a database

## Dependencies

```shell
$ npm install
```

## How to hack

```
$ npm run start
```

## How to build

```
$ npm run build
```

## Configuration

```json
{
"database": {
"host": "",
"database": "",
"user": "",
"password": "",
}
}
```