Simple api server for making your own to-do list.
Docker and PostgreSQL needs to be installed.
Set up your own PostgreSQL server through docker-compose.yaml file's settings.
- Hostname: localhost
- User: postgres
- Password: Get it from docker-compose.yaml file.
- Port: 5432
To run docker;
docker-compose up
or you can right click docker-compose.yaml file and select compose up if you have Docker extension installed in your VS Code
To run server locally;
go run main.go