Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.16 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.16 KB

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