Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 996 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 996 Bytes

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