Skip to content

talihomz/micro-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Reddit

A simple reddit backend implementation with Ruby on Rails.

Getting Started

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.

Prerequisites

Ruby

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

Installing

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

Running the tests

Unit Tests

The project currently has model tests under rspec/models folder.

$ rspec -f d

Authors

License

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

Resources

The Odin Project

About

A mini reddit build with Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published