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
- Host: GitHub
- URL: https://github.com/its-alex/atmail
- Owner: Its-Alex
- License: mit
- Created: 2017-10-01T11:39:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T09:50:08.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T17:48:19.990Z (8 months ago)
- Topics: axios, javascript, mail, mobx, mobx-react, nodejs, react, web
- Language: JavaScript
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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": "",
}
}
```