Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 212 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 212 Bytes

Set up

install whatever you need to run ruby on rails on your system ruby 2.7.6, postgres etc

gem install bundler

bundle install

bundle exec rake db:create db:migrate

bundle exec bin/rails server