Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 313 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 313 Bytes

Ruby On Rails Test

Necessary commands to start the project:

$ yarn install

If you already have the bundler, skip this point:

$ gem install bundler

Then:

$ gem update bundler
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails server

License

MIT