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.
- Host: GitHub
- URL: https://github.com/tanmay-312/go-databaseserver-webapp
- Owner: Tanmay-312
- Created: 2024-03-29T11:36:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T12:55:39.000Z (about 2 years ago)
- Last Synced: 2025-03-13T12:42:59.246Z (over 1 year ago)
- Topics: database, database-connection, go, golang, webapp
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`