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

https://github.com/tanmay-312/go-databaseserver-webapp

A robust Golang-based web server designed for interacting with PostgreSQL databases. This application facilitates seamless database operations such as CRUD (Create, Read, Update, Delete) operations. Built with efficiency in mind, it ensures secure and reliable data management through RESTful API endpoints.
https://github.com/tanmay-312/go-databaseserver-webapp

database database-connection go golang webapp

Last synced: about 1 month ago
JSON representation

A robust Golang-based web server designed for interacting with PostgreSQL databases. This application facilitates seamless database operations such as CRUD (Create, Read, Update, Delete) operations. Built with efficiency in mind, it ensures secure and reliable data management through RESTful API endpoints.

Awesome Lists containing this project

README

          

## Prerequisites

1. PostgreSQL or MySQL if you choose to use a database.

1. Go programming language, version 1.3.x or newer.

1. Ensure `$GOPATH/bin` is in your `$PATH`. Example: `PATH=$PATH:$GOPATH/bin`

## Installation

1. `go get github.com/Tanmay-312/Go-DatabaseServer-WebApp`

1. `$GOPATH/bin/Go-DatabaseServer-WebApp -dir github.com/{git-user}/{project-name} -template {core|postgresql|mysql}`

1. Start using it: `cd $GOPATH/src/github.com/{git-user}/{project-name} && go run main.go`