Skip to content

Ruby on Rails APP and API for reporting abductions in an apocalypse world.

Notifications You must be signed in to change notification settings

mrcsporto/X-SUNIT-APP

Repository files navigation

X-SUNIT APP

Setup Versions

  • Ruby version: 3.0.4
  • Rails version: 6.1.7
Install gems
$ bundle install
Database migration
$ rails db:migrate 
Populate databse
$ rails utils:setup_survivors QTD=n  # Populate database with survivors (specify quantity w/ QTD=n)
$ rails utils:setup_reports QTD=n  # Populate database with abductions reports (specify quantity w/ QTD=n)
Type on input field to check API Documentation
https://x-sunit-api.herokuapp.com/api/v1/documentation

Features

- Sortable Tables by Column (ASC and DESC)
- Pagination
- Graphic Charts
- Fully responsive
- CSV file download
- JSON/HTML rendering

About

Ruby on Rails APP and API for reporting abductions in an apocalypse world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published