Skip to content

westsideori/i_sherpa_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

iSherpa (backend)

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

Installation

Ruby version: 2.6.1

Run bundle install to install all Ruby gems and dependencies.

bundle install

Run rails db:create to set up database. This app uses Postgresql for the database.

rails db:create

Run rails db:migrate to create tables and migrate them to the database.

rails db:migrate

Run rails db:seed to seed the database with the data necessary to run the app.

rails db:seed

Usage

To run the backend, run rails s.

rails s

Authors and acknowledgment

Built with passion by Ori Markowitz & Ben Morgan-Cleveland 2021

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published