0 Forks
0 Stars
0 Watchers

micro-reddit

In this project, we’ll build the data structures necessary to support link submissions and commenting. We won’t build a front end for it because we don’t need to… we shall use the Rails console to play around with models without the overhead of making HTTP requests and involving controllers or views.

How to download and setup micro-reddit

Open terminal and run command
git clone https://github.com/trekab/micro-reddit.git
git clone is used to create a copy or clone of micro-reddit repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with micro-reddit https://github.com/trekab/micro-reddit/archive/master.zip

Or simply clone micro-reddit with SSH
[email protected]:trekab/micro-reddit.git

If you have some problems with micro-reddit

You may open issue on micro-reddit support forum (system) here: https://github.com/trekab/micro-reddit/issues