Spooky Season Backend is a API and Database for the Spooky Season Application, the database stores elements for use in the creation and saving of custom halloween cards.
- Ruby version - ruby '2.6.1'
- dependencies - 'rails'
Run $ bundle install
from your shell.
Run $ rails db:migrate
from shell to create database.
followed by $ rails db:seed
from shell to create card elements.
Run rails server
to start server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.