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.
- Host: GitHub
- URL: https://github.com/bwsix/socket-mailer
- Owner: BWsix
- Created: 2024-12-06T10:00:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T07:27:10.000Z (over 1 year ago)
- Last Synced: 2025-05-26T18:54:45.118Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```