https://github.com/arham09/conn-db
https://github.com/arham09/conn-db
echo go postgresql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arham09/conn-db
- Owner: arham09
- Created: 2020-06-17T13:44:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T09:33:31.000Z (almost 6 years ago)
- Last Synced: 2025-12-27T12:22:20.281Z (6 months ago)
- Topics: echo, go, postgresql
- Language: Go
- Size: 1.35 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conn-DB
Rest API example of Golang build with echo and postgreSQL.
## Installation
### Prerequisites
- Go - Download and Install [Go](https://golang.org/dl/) - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- PostgreSQL - Download and Install [postgreSQL](https://www.postgresql.org/) - Make sure it's running on the default port.
## Usage
```bash
cp .env.sample .env
go mod download
go run main.go
```
## License
[MIT](https://choosealicense.com/licenses/mit/)