Ascii-Art-Web-Dockerize

Ascii-art-web consists in creating and running a server, in which it will be possible to use a web GUI (graphical user interface) version of ascii-art project,which are work with terminal .

Ascii-art-web-dockerize here we try cofigurate our project by using technology Docker. Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.

Useful links for this project:

What is a doker

How to write a Good readme

How to write a Good readme - youtube

Online Markdown Editor

Usage:

1.Create image for Dockerfile:

$ docker build -t ascii-art-web .

2.Enter this command to start the program:

$ docker run --name cont -dp 4000:4000 ascii-art-web

1.Enter this command to start the program:

$ make

2.Open the web browser and go to:

http://127.0.0.1:4000/ or localhost:4000

Authors:

@vtarasso
@smustafi