Skip to content

lucianoshl/guardian-server

Repository files navigation

Build Status Coverage Status Maintainability

Guardian server

TribalWars bot and graphql server

Deploy app

git clone https://github.com/lucianoshl/guardian-server

cd guardian-server

heroku apps:create [app_name]

heroku config:set ENV=production MONGO_URL=[mongo_server_uri]

Development

Mongo container for specs:

docker run --restart=always -p 27017:27017 --name mongodb -d mongo:latest

Running tests

STUB_USER=[username] STUB_PASS=[password] STUB_WORLD=[world] MONGO_URL=mongodb://localhost:27017/guardian-specs bundle exec rspec

About

TribalWars bot and graphql server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published