Skip to content

The example shows how to create an API for the DataTables with Go and using MySQL as a database.

Notifications You must be signed in to change notification settings

StackPuz/Example-DataTables-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-DataTables-Go

Prerequisites

  • Go 1.21
  • MySQL

Installation

  • Clone this repository git clone https://github.com/stackpuz/Example-DataTables-Go
  • Install the dependencies go mod tidy
  • Create a new database and run /database.sql script to create tables and import data.
  • Edit the database configuration in /.env file.

Run project

About

The example shows how to create an API for the DataTables with Go and using MySQL as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published