rneillj / pokedex-api

Pokedex RESTful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokedex-api

RESTful API to provide an interface to MongoDB for Pokedex data.

basic setup

You'll need to have a Go environment set up properly with a $GOPATH environment variable.

go install
cp config.json.default config.json

Populate config.json with port data for the server, and host and port data for the database.

run

$GOPATH/bin/pokedex-api

About

Pokedex RESTful API

License:MIT License


Languages

Language:Go 100.0%