bhushan354 / Twitter-Clone

This repository contains simple Twitter-like web where user can perform CRUD operations on tweeets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter-clone

Presentation video link:

https://drive.google.com/file/d/1gbbhFzT4oi_WQbapySDbez22QxaxOpU6/view?usp=sharing

Features

1- User can signin/login with valid credentials. 2- User can post their tweet messages and can perform CRUD operations on them.

Follow following steps to get this app working

1 - open your terminal and run following commands :

git@github.com:bhushan354/Twitter-Clone.git

cd Twitter-Clone

2 - configure the rails/ruby version in GEMFILE

3 - configure your config/database.yml file according to your database configuration

4 then run following commands :

bundle install
rails db:drop
rails db:create
rails db:migrate

5 - to start your webpage on localhost run :

rails server

6 - Signin/Login with your credentials and start using the app.

About

This repository contains simple Twitter-like web where user can perform CRUD operations on tweeets.


Languages

Language:Ruby 61.3%Language:HTML 31.9%Language:Dockerfile 2.7%Language:JavaScript 2.6%Language:CSS 1.2%Language:Shell 0.3%