Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 704 Bytes

Mentor Pathway

Mentor pathway is a platform to connect mentors and mentees to connect. Mentors can build a pathway of challenges for menttees, and guide them along the way. While Mentees can track the're progress and a growth in their given field with their mentors guidance

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

Database initialization

  rails db:create
  rails db:migrate

Testing

We are using rspec and factory_bot_rails.

  bundle exec rspec
  bundle exec rspec/<folder>
  bundle exec rspec/<folder>/<filename>
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions