Skip to content

Ruby-on-rails app with Api-json backend for students to store questions categorized by subjects

License

Notifications You must be signed in to change notification settings

salma71/studyhub

Repository files navigation

StudyHub

Is a Ruby on Rails application platform for students to manage their study

Getting Started

  1. Fork the repository.
  2. From your terminal, clone the SSH or HTTPS key.
  3. Then run
Cd studyhub.
Run Bundle install.
Run rake db:migrate.
Run rake db:seed
Run rails s.

Finally, Go to localhost:3000 to view the app.

Prerequisites

  • You should have rails installed in your machine.
  • Ruby version min 2.3.3
  • Sqlite3

Running the tests

The application has specs written with RSpec and Capybara. You can run the specs by running

rspec

or if you interested in running specs for a particular file run

rspec spec/folder_name/file_name.rb

Deployment

Built With

Authors

  • Salma Elshahawy - Initial work - Salma71

License

This project is licensed under the MIT License - see the LICENSE.md file for details