This application is a simple console-based application built with Golang.
- Ensure that Golang is installed on your system.
- Clone this repository to your system.
- Open a terminal and navigate to the application directory.
- Run the command:
go run main.go
- Ensure that PostgreSQL is installed on your system.
- Create a database with the name specified in the
main.go
file. - Adjust the connection details in the
main.go
file to match your PostgreSQL configuration.
- After running the application, you will see the main menu.
- Choose the desired menu by entering the corresponding number.
- Follow the on-screen instructions to proceed with the desired operation.
Enjoy using this console-based application!