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

https://github.com/arham09/conn-db


https://github.com/arham09/conn-db

echo go postgresql

Last synced: 2 months ago
JSON representation

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/)