/axxxe

Rest API with Golang

Primary LanguageGoApache License 2.0Apache-2.0

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