zquestz / reapersnft

Rails Reapers Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReapersNFT

Local Development Setup

  • gem install bundler
  • gem install rails
  • bundle install
  • rake to run all tests.
  • bundle exec rake rubocop to see rubocop offenses.
  • rails db:reset db:migrate will reset database and reload current schema.
  • rails db:drop db:create db:migrate will destroy the database and recreate the schema.
  • rails assets:precompile to precompile assets.
  • rails s to start the server. The site will be available at localhost:3000.
  • bundle exec rake docker:build to build docker image for production.
  • docker-compose up to run production image. The site will be available at localhost:9001.

Database

  • In development and test environments, we use sqlite3. In production, we use postgres.

About

Rails Reapers Backend

License:MIT License


Languages

Language:Ruby 38.7%Language:Solidity 31.9%Language:SCSS 11.1%Language:HTML 11.1%Language:JavaScript 6.6%Language:Dockerfile 0.6%Language:CSS 0.0%