Skip to content

Ryan-Hancock/restaurant-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant API

Table of contents

General info

This is a restful application to process backend orders from a restaurant.

Technologies

These are the technologies used to create this project:

  • Golang (Go) 1.15
  • Mux

Setup

To run this project, build it locally using Go:

$ go build -o restaurant -i ./cmd/server
$ ./restaurant

Tests

In order to run tests:

$ go test -v ./...

Usage

Endpoints can be found in pkg/handler/handler.go

About

Restful service for a fake restaurant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages