Skip to content

A web application for analysing hops taken by an email to reach you

License

Notifications You must be signed in to change notification settings

akshaykmr/emailtrail-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple web application for analysing hops taken by an email to reach you.

Screenshots


Development

  • 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.)