I built this app to try my hand with the Go Programming Language, especially testing it with PostgreSQL and Docker.
For now, it's a CLI app that lets you perform crud actions on a database that launches on startup. In the near future, I'm adding a basic UI to display the user table.
- Clone the app from Github.
- Add your own docker secrets file (more info coming soon).
- Start your docker container with
docker-compose up -d. - Open your terminal and type
go run main.go. - Test the crud actions using CURL from your terminal. (examples coming soon)