Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 849 Bytes

File metadata and controls

24 lines (16 loc) · 849 Bytes

Console-Based Application

This application is a simple console-based application built with Golang.

Steps to Run the Application

  1. Ensure that Golang is installed on your system.
  2. Clone this repository to your system.
  3. Open a terminal and navigate to the application directory.
  4. Run the command: go run main.go

Database Configuration

  1. Ensure that PostgreSQL is installed on your system.
  2. Create a database with the name specified in the main.go file.
  3. Adjust the connection details in the main.go file to match your PostgreSQL configuration.

Using the Application

  1. After running the application, you will see the main menu.
  2. Choose the desired menu by entering the corresponding number.
  3. Follow the on-screen instructions to proceed with the desired operation.

Enjoy using this console-based application!