Skip to content

The MVC concepts of RoR have been used to provide functionality, control, and UIs for this social media app

Notifications You must be signed in to change notification settings

mke2111/TicTalk-RoR

Repository files navigation

TicTalk

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.

screenshot

screenshot

Built and tested With

  • Ruby
  • Ruby on Rails
  • HTML 5
  • Tailwind CSS
  • RSpec

Live Demo

Live Demo

Live Video

Live Video Demo

N + 1 Explanation

N+1

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby: 2.7.0
  • Rails: 6.0
  • Postgres: >=9.5

Setup

$ 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

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec 

Author

👤 Roy Mukuye

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

The MVC concepts of RoR have been used to provide functionality, control, and UIs for this social media app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages