A simple reddit backend implementation with Ruby on Rails.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
After installation, run ruby -v and confirm that your output has a version greater than 2.0.
$ ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17]
Make sure you have bundler installed.
$ bundler -v
Bundler version 1.16.1
First, install the project dependencies using bunder.
This project is served and compiled with the help of Rails.
See the Official documentation for more details.
Run the server with the following command:
$ rails s
The project currently has model tests under rspec/models folder.
$ rspec -f d
- Kevin Wahome - talihomz
- Sava Vuckovic - savavuckovic
This project is licensed under the MIT License - see the LICENSE.md file for details