fiber-rest-api

command module
v0.0.0-...-edd7c7c Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: MIT Imports: 7 Imported by: 0

README

Fiber REST API

Simple REST API built with Go & Fiber

About

This is a re-creation of Echo REST API. This is to compare the frameworks and see which I enjoy more and will be using for upcoming projects.

Clone repository

In the desired folder, run:

git clone git@github.com:ReeceRose/fiber-rest-api.git .

Setup for development

Install all project dependencies

go mod vendor
go mod download

Run API (for development purposes)

go run .

Build API

Depending on your system, this will either generate fiber-rest-api or fiber-rest-api.exe

go build .

Run production API

./fiber-rest-api # Note, this file name and exact syntax may differ depending on your system. This is simply and example.

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