-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add project go-server-side-ag-grid (#123)
* .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
Showing
4 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,7 @@ public | |
.DS_Store | ||
.env | ||
# Local Netlify folder | ||
.netlify | ||
.netlify | ||
|
||
# Log | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |