# 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