An open API service indexing awesome lists of open source software.

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

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
```