Coder Social home page Coder Social logo

shimada-toy-box / kazoku-db-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manma-co/kazoku-db-system

0.0 1.0 0.0 830 KB

This is the repository for Kazoku-Ryugaku application.

Ruby 47.83% JavaScript 26.59% CSS 1.44% HTML 23.57% CoffeeScript 0.47% Dockerfile 0.10%

kazoku-db-system's Introduction

KAZOKU DB SYSTEM

CircleCI codecov

ENVIRONMENT

  • Ruby version: 2.5.5
  • Rails version: 5.0.7.2
  • Configuration: Need to have secret.yml
  • Database creation: Use sqlite3 for development environment

Run those command to run application

bundle install
rails db:migrate
rails db:seed
rails s

Test

bundle exec rspec
bundle exec rspec spec/controllers/
bundle exec rspec spec/models/
bundle exec rspec spec/requests/

Try those code to recreate database based on migration files

bundle exec rake db:drop db:create db:migrate db:seed

Deploy

You need Heroku account. Please ask maintaineer about account.

โ€ป if you execute command below, you need to prepare for heroku

git push heroku release:master

Generate ER

bundle exec erd --inheritance --direct --attributes=foreign_keys,content --filetype=dot
dot -Tpng erd.dot -o erd.png

Lint

rubocop -a

kazoku-db-system's People

Contributors

dependabot[bot] avatar fukuma-dev avatar harhogefoo avatar yoshicode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.