echo-rest-api

command module
v0.0.0-...-32ee96c 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

Echo REST API

Simple REST API made in Go with the echo web framework.

About

This is a re-creation of Fiber 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/echo-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 echo-rest-api or echo-rest-api.exe

go build .

Run production API

./echo-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