/static-shooter-backend

A Galaga-like browser based game made with a Ruby-Rails api and JavaScript.

Primary LanguageRuby

README

This is the API portion of StaticShooter. You wil also need StaticShooter-frontend.

  • Ruby version

    • 2.6.2
  • System dependencies

  • Database creation

    • Open a terminal window and navigate to the static-shooter-backend folder once in run:

      • rails db:create
      • rails db:migrate
      • rails db:seed
  • Deployment instructions

    • To start up the backend you will need the PostgreSQL server running. Then, navigate to the static-shooter-backend folder and run:

      • rails server