/eltra-api

Primary LanguageGoMIT LicenseMIT

Electra API

Electra API public web-services.

The MIT License Travis Go Report Card

Documentation

Please check the API documentation to know how to use our public web-services.

Contribute

Getting Started

go get github.com/ahmedaly113/eltra-api
cd GOPATH/ahmedaly113/eltra-api
make install

Then copy/paste the .env.sample to .env and update the values.

Run locally

make start

Test

make test