/todo

Primary LanguageJavaScript

todo

Yapılacaklar listesi uygulaması

shields shields

Kütüphaneler

  • React - a declarative, efficient, and flexible javaScript library for building user interfaces.
  • gin - Gin is a web framework written in Go (Golang)

Geliştirme & Kurulum

$ git clone
$ docker run --name some-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=passowrd -d mysql
$ cd golang-react-to-do && go build && go run main.go
$ npm start
$ cd front-end && npm install && npm start