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

https://github.com/bwsix/socket-mailer

A web interface for socket mail client, built from the ground up with Python's built-in socket module.
https://github.com/bwsix/socket-mailer

Last synced: about 1 year ago
JSON representation

A web interface for socket mail client, built from the ground up with Python's built-in socket module.

Awesome Lists containing this project

README

          

# Socket Mailer

A web interface for socket mail client, built from the ground up with Python's built-in socket module.

### Prerequisites

- docker
- python
- node.js
- yarn

### Quick start

```bash
# start mongodb
docker compose up -d

# cd into client and follow quick start instructions there
# cd into server and follow quick start instruction there
```