Uses the emailtrail python module
-
Fork and clone the repository
-
Build container
docker build -t emailtrail .
-
Run Docker container with
docker run --network host emailtrail
-
View
app.py
to know about available api methods -
Frontend:
- This repo is pretty old so you may have trouble running frontend app. Setup asdf to run with node 4.0 LTS.
- Its a single page app made with vue.js
cd vue-app
- Install dependencies:
npm install
- Run:
npm run dev
(Keep the api server running on 8080. The dev server will automatically proxy api requests to it.)