Skip to content

Commit

Permalink
Add project go-server-side-ag-grid (#123)
Browse files Browse the repository at this point in the history
* .gitignore for yarn-error.log file

* Add project go-server-side-ag-grid

* Add codesee map

* fix typo

Co-authored-by: Joshua Leven <josh@codesee.io>
  • Loading branch information
haifahrul and jleven authored Sep 30, 2021
1 parent 5a29bd4 commit 0e6dfcf
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ public
.DS_Store
.env
# Local Netlify folder
.netlify
.netlify

# Log
yarn-error.log
3 changes: 3 additions & 0 deletions projects/_template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ languages: # A list of programming languages used in this project
- Gatsby
- GraphQL
- Lua
- MongoDB
- MySQL
- PostgreSQL
- NextJS
- NodeJS
- VueJS
Expand Down
Binary file added projects/haifahrul/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions projects/haifahrul/go-server-side-ag-grid.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
name: go-server-side-ag-grid
repoUrl: https://github.com/haifahrul/go-server-side-ag-grid
description: A reference implementation showing how to perform server-side operations using ag-Grid with api server node.js and go
languages:
- Go
- MySQL
- PostgreSQL
- MongoDB
- Nodejs
- HTML / CSS
- JavaScript
- TypeScript
tags:
- Data Visualization
- Tools
avatar: avatar.jpg
websiteUrl: https://raw.githubusercontent.com/haifahrul/go-server-side-ag-grid/main/data/sample.png
currentlySeeking:
- Developers
- Frontend Developers
- Backend Developers
- Technical Writers
- Code Reviewers
- Testers
featuredMap:
url: https://app.codesee.io/maps/public/861a2580-2155-11ec-9225-01ea8cc71213
description: A breakdown of the project structure of go-server-side-ag-grid.
contributionOverview:
mainLocation: Indonesian
idealEffort: 4 PRs a month
isMentorshipAvailable: true
automatedDevEnvironment: https://www.gitpod.io/
learnLinks:
- title: Getting Started with What is Ag-Grid?
url: https://www.ag-grid.com/
- title: Others tools for ag-grid server side based on NodeJS
url: http://ag-grid.com/nodejs-server-side-operations/
---

<Overview>

[go-server-side-ag-grid](https://github.com/haifahrul/go-server-side-ag-grid) is a friendly community where you can learn to code for free. It is run by [a donor-supported 501(c)(3) nonprofit](https://www.freecodecamp.org/donate/) to help millions of busy adults transition into tech. Our community has already helped more than 10,000 people get their first developer job.

Our full-stack web development and machine learning curriculum is completely free and self-paced. We have thousands of interactive coding challenges to help you expand your skills.

</Overview>

<Contributing>

We welcome all contributions, so please let me know if you have any idea, new feature, fine tune, bug fix or something else.

## Pre-requested

- You must have `NodeJS` and `Golang` installed on you environment
- Copy file `.env-example` and rename to `.env`
- Setup your credential database such as username, password and etc
- Install `go get github.com/githubnemo/CompileDaemon`
- Install `go get golang.org/x/lint/golint`
- `make goget` to run `go get & go mod vendor`
- `make gorun` to run `go run main.go`

## How to Run

- run `yarn install`
- start with `yarn start`
- open browser at `localhost:4000`

## How to Contribute

We will using github flow.

- Fork this project
- Clone the forked project
- Create a new branch. Example: `git checkout -b feature/a-new-feature`
- Write your code ...
- After you done, `git commit -m 'Your message of this commit'`. Example: `git commit -m 'Initial a new feature'`
- Push your code. `git push`
- Open your GitHub and Pull Request

The general platform status for all our applications is [here](https://github.com/haifahrul/go-server-side-ag-grid/projects/2)

</Contributing>

0 comments on commit 0e6dfcf

Please sign in to comment.