jwong12 / MyTasks

A fully customizable task manager application that was built with Node.js and JavaScript and deployed in an Amazon EC2 server using Docker.

Home Page:https://mytasks.live/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Docker images are to be run in Linux.

Port number is 80.

npm install -g browserify

To run docker-compose.yml:

docker-compose build
docker-compose up

To run docker-compose.prod.yml:

docker-compose -f docker-compose.prod.yml up -d

About

A fully customizable task manager application that was built with Node.js and JavaScript and deployed in an Amazon EC2 server using Docker.

https://mytasks.live/


Languages

Language:JavaScript 65.6%Language:CSS 19.2%Language:Handlebars 15.0%Language:Dockerfile 0.2%