This project uses Ruby on Rails to create a simplified version of reddit.
Start by cloning the repository:
$ git clone https://github.com/dvcv/bloccit.git <your-backend-project-name>
Install the project dependencies by running:
$ bundle install
Run the application server:
$ rails s
The server will start up. To stop the server, press cntrl + c
.