Skip to content

Levap123/ascii-art-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii Art Web

Web application for creating an ASCII pattern

Authors

Usage and Installation

Clone git repository and go to program directory:

git clone [email protected]:LevapMik/ascii-art-web.git
cd ascii-art-web

Different ways how to run our web app:

go run cmd/main.go
make go

or via docker

make build && make run

then go to: http://localhost:8080

Implementation details

Go programming language was used to create a web application. External packages were not used. Main package - net/http, for frontend we are execute static html pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published