Git Product home page Git Product logo

viki-twitter's Introduction

viki-twitter

This is a simple MVP twitter clone application project written on ruby on rails. The project test basic concepts of MVC application architecture. It involves, installation and configuration of ruby on rails, use of models, controllers, associations, views, routers and database. It also tests implementation of rspec in intergrated and unit tests

twitter

Built With

  • Ruby

Live Demo

Live Demo Link

Getting Started

  • Ensure you have rails installed by running rails -v. Otherwise run gem install rails
  • Click on the Code green button
  • By the right end of the read-only input containing the repository link click the clipboard icon to copy the link
  • In your local PC, open your terminal in the folder you would like to clone the repository into
  • Clone the repository with the command: git clone (copied link); like so: git clone https://github.com/vikitaotiz/viki-twitter.git
  • After the clone, type in the command cd viki-twitter to access the app directory on the terminal
  • Then run bundle install to install all the required dependencies
  • Then run npm install to avoid this error 'Webpacker::Manifest::MissingEntryError in posts#index'
  • Run rails db:create db:migrate
  • Run rails server to spin up a development server
  • Once the server is up, open this link 'http://127.0.0.1:3000' on your browser

Tests

Unit tests

  • Navigate into the app directory, cd viki-twitter
  • Then run rails db:migrate db:test:prepare
  • Then run rspec --format doc. This will display detailed information about models and test results.

Integration tests

  • Run rails test

Features

  • User can login/signup.
  • User can see landing page.
  • User can see the other users to follow.
  • User can follow users.
  • User can create and post tweets.
  • User can see others tweets if he or she follows them.
  • User can comment on his/her or other users' tweets.
  • User can like/dislike his/her or other users' tweets.
  • User can go to profile page.
  • User can see profile details.
  • User can upload profile and cover images.

Authors

๐Ÿ‘ค Victor Otieno

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome! Feel free to contribute

Show your support

Give a โญ๏ธ if you like this project!

viki-twitter's People

Contributors

vikitaotiz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.