FiberPostgresCRUD

command module
v0.0.0-...-988b5a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 7 Imported by: 0

README

Fiber Postgres CRUD

A simple PostgresSQL CRUD application using the Fiber webframework.

Requirements

  • Local golang installation
  • PostgresSQL

Getting started

Without Docker

Installing the dependencies:

go mod download

Running the application:

go run main.go

With Docker

Running the application

docker-compose up

After starting the application the server should be started on port 3000 and you can start sending requests to the endpoints.

# Endpoints
"/api/v1/item"
"/api/v1/item/:id"
"/api/v1/item"
"/api/v1/item/:id"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL