Skip to content
/ ZSSN-API Public

Zombie Social Survival Network made with Ruby on Rails and Rest API

Notifications You must be signed in to change notification settings

AleBL/ZSSN-API

Repository files navigation

Build Status

ZOMBIE SURVIVAL SOCIAL NETWORK API

Ruby Version

  • Ruby 2.6.3

Rails Version

  • Rails 6.0.2

Features

  • Register survivor
  • Update survivor location
  • Flag survivor as infected
  • Trade items
  • Reports {
    • Percentage of infected survivors.
    • Percentage of non-infected survivors.
    • Average amount of each kind of resource by survivor (e.g. 5 waters per survivor)
    • Points lost because of infected survivor. }

Database Setup

rails db:setup or rails db:create, rails db:migrate

For The Tests

rails db:setup RAILS_ENV=test or rails db:create, rails db:migrate RAILS_ENV=test

How to run the test suite

bundle exec rspec

Documentation

Postman Documentation

Test Coverage

alt text

About

Zombie Social Survival Network made with Ruby on Rails and Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages