- Ag Grid
- Node.js Example (Version Node 12)
- Go Example (Version Go 1.21)
- MySQL
- PostgreSQL
A reference implementation showing how to perform server-side operations using ag-Grid with api server node.js and go.
Reff: for full details see: http://ag-grid.com/nodejs-server-side-operations/
- copy file
.env-example
and rename to.env
- setup your credential database such as username, password and etc
- Clone the project
- run
yarn install
- start with
yarn start
- open browser at
localhost:4000
If you want to start the angular and api node.js
- start with
yarn dev
to run angular & node.js server with nodemon
go mod tidy
go run main.go
The server go will run in port 8080