akatranlp / basic-todo-app

Basic Todo app with go and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-todo-app

Basic Todo app with go and react

Build and run the application with

docker build -t <image-name> .
docker run -it --name <container-name> -e TZ="Europe/Berlin" -p 8080:8080 <image-name>

or

docker-compose up --build -d 

About

Basic Todo app with go and react


Languages

Language:TypeScript 85.8%Language:Go 6.6%Language:CSS 3.7%Language:Dockerfile 1.8%Language:JavaScript 1.2%Language:HTML 0.9%