Welcome to iSherpa! A community to read and share guides on any subject! To read another user's guide, you need to pay with a token. How do you earn tokens? By writing your own guide! Also, if another user reads your guide, you'll earn a token! Your token wallet is visible on the navigation bar once you log in.
Keep reading, writing, and sharing guides! Enjoy! -The iSherpa Team
Ruby version: 2.6.1
Run bundle install to install all Ruby gems and dependencies.
bundle installRun rails db:create to set up database. This app uses Postgresql for the database.
rails db:createRun rails db:migrate to create tables and migrate them to the database.
rails db:migrateRun rails db:seed to seed the database with the data necessary to run the app.
rails db:seedTo run the backend, run rails s.
rails sBuilt with passion by Ori Markowitz & Ben Morgan-Cleveland 2021