Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 348 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 348 Bytes

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/GoBookstore.git
  2. Navigate to the project directory:

    cd GoBookstore
  3. Install dependencies:

    go mod tidy
  4. Set up the MySQL database

  5. Run the application:

    go run main.go