/yonda

A web app where you can register as a user and create threads, add comments, etc.

Primary LanguageRuby

Yonda

A reddit MVP where you can log in as a user, create and upvote/downvote thread and comment on threads.

Getting Started

After forking this repo to your device go to its root path and run

bundle install

in the terminal to install all of its dependencies.

And then you can run

rails db:seed 

to fill the database with fake threads then run

rails s

to run it in your local server

Deployment

You can deploy your own web application easily using heroku.

Built With