Categorygithub.com/KoksalBerkay/golang_to_do_list
modulepackage
0.0.0-20221012190039-07b43afd63f4
Repository: https://github.com/koksalberkay/golang_to_do_list.git
Documentation: pkg.go.dev

# README

To-do list Web App

To-do list app using Golang, Javascript, Postgresql, HTML and CSS.

Note: This project does not contain any authentication system (for now). So all clients will be connected to the same database table.


Setup

  • First create a postgresql database and configure your connection in main.go file.
  • Run "go run main.go" in the terminal.
  • Go to http:localhost:8080/static

# Structs

No description provided by the author