/simple-fiber-ecommerce

A simple crud ecommerce api built with Go Fiber

Primary LanguageGo

ECOMMERCE API (WIP)

A beginner's guide to the Fiber framework.

Go Docs: Documentation

Fiber Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/simple-fiber-ecommerce.git

In the root directory:

  • Install all dependencies
    $ go get ./...
  • Build and run server
    $ go run .

OR

    $ air