Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 727 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 727 Bytes

API Rest con Go (Golang) y PostgreSQL

Development of a simple Rest API with Go and the PostgreSQL database engine.

PostgreSQL Go

Getting Started

This project uses the Go programming language (Golang) and the PostgreSQL database engine.

Installing

The following dependencies are required:

  • github.com/go-chi/chi

  • github.com/joho/godotenv

Built With

  • chi - High performance, extensible, minimalist Go web framework