https://github.com/shankytiwari/crud-application-go-lang
:memo: A CRUD application in GO lang
https://github.com/shankytiwari/crud-application-go-lang
go-crud go-server golang-api golang-api-examples golang-crud-examples
Last synced: 6 months ago
JSON representation
:memo: A CRUD application in GO lang
- Host: GitHub
- URL: https://github.com/shankytiwari/crud-application-go-lang
- Owner: ShankyTiwari
- Created: 2018-07-05T23:19:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T16:27:52.000Z (about 7 years ago)
- Last Synced: 2025-03-24T10:56:26.015Z (7 months ago)
- Topics: go-crud, go-server, golang-api, golang-api-examples, golang-crud-examples
- Language: Go
- Homepage: http://www.codershood.info/2018/08/22/golang-crud-application-using-mysql/
- Size: 115 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD application in GO or GO Lang
This is basic CRUD app, whihc uses to GO/Go Lang as web server. MySql is used as Databse to store records and for Front end I am using Plain old AngularJs.
## Installtion
Below command will Install all the dependencies recursively.
```bash
go get -d ./...
```## Starting the GO server
Below command will start the GO server.
```bash
go run *.go
```