README Run 'bundle' for the gemfile Create a file called .env and it should look something like this: JWT_SECRET=asdfasdfjhadjklfhdaks;lfjdjklafhkds Run 'rake db:create db:migrate db:seed' to get the seed data Or if you want to recreate the databases for this project: rake db:drop db:create db:migrate db:seed Run 'rails s' to start the application Or to run on a different port: rails s -p 5000