A reddit MVP where you can log in as a user, create and upvote/downvote thread and comment on threads.
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
You can deploy your own web application easily using heroku.
- Ruby on Rails - The web framework used
- Yarn - Dependency Management
- Heroku - The cloud service used