braswelljr / axxxe

Rest API with Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axxxe

axxxe is an ecommerce platform API built on top of Fiber (Express like Golang library).

To Run Locally

CLone the Repository

git clone https://github.com/braswelljr/axxxe.git

Install Dependencies

cd axxxe

Install dependencies

go install

Run the Server

make serve # with make
# or
go run main.go
# or
air # with air for hot reload in development

About

Rest API with Golang

License:Apache License 2.0


Languages

Language:Go 98.0%Language:Makefile 2.0%Language:Procfile 0.1%