The socializing App is built as the RoR capstone project. It's a discussion platform where various kinds of conversations can be held be it politics, sports, education, exetra.
The MVC concepts of RoR have been used to provide functionality, control and UIs for TicTalk.
- Ruby
- Ruby on Rails
- HTML 5
- Tailwind CSS
- RSpec
To get a local copy up and running follow these simple example steps.
- Ruby: 2.7.0
- Rails: 6.0
- Postgres: >=9.5
$ git clone https://github.com/mke2111/Talks-ROR.git
$ cd Talks-ROR
Install gems with:
bundle install
Setup database with:
make sure you have postgress sql installed and running on your system
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
👤 Roy Mukuye
- GitHub: @mke2111
- Twitter: @Roymkenya
- LinkedIn: Roy Mukuye
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.