Skip to content

vigneshragupathy/epoch

Repository files navigation

Epoch converter

Docker Cloud Build Status Docker Cloud Automated build Build Status Docker Image Size (latest by date) Docker Pulls GitHub code size in bytes GitHub language count GitHub top language Snyk Vulnerabilities for GitHub Repo epoch

Installation

#git clone https://github.com/vignesh88/epoch.git
#cd epoch/
#python manage.py runserver 0.0.0.0:8002

Alternate installation using docker

#sudo docker run -d -p 8002:8002 --name epoch vignesh88/epoch python epoch/manage.py runserver 0.0.0.0:8002

Open your browser and view the application at http://localhost:8002