Web application for creating an ASCII pattern
Clone git repository and go to program directory:
git clone git@git.01.alem.school: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
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.