Skip to content

Built a lightweight version of Twitter with Ruby On Rails using Device for authentication. I gave it the name 'The TaTme'. The app allows you to share your opinions related to daily, political, business, or life wealth hacks that you have used in the past. As well we welcome all sorts of insights, opinions, Forecast or interpretations of current…

License

Notifications You must be signed in to change notification settings

elyor-doniyorov/Rails-Cap-Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The TaTme

Table of Contents



Ruby Rails Bootstrap Postgresql


Built With

  • [RUBY]
  • [RAILS]
  • [DEVISE]
  • [RSPEC&CAPIBARA]
  • [BOOTSTRAP]
  • [CLOUDINARY]
  • [POSTGRESQL]

About The Project

The TaTme project sets up an that allows you to share your opinions related to daily, political, business, or life wealth hacks that you have used in the past. As well we welcome all sort of insights, opinions, Forecast or interpretations of current policy, life, and world news

Screenshot Test

User page

Edit User

Live Demo

Contributing

Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Prequisites

Ruby & Rails installed on your local machine. Bundle installed on your machine Terminal or similar to execute the program.

Getting Started

Clone project

  • To get a local copy up and running follow these simple example steps.
  • Clone this repository with git clone https://github.com/elyor-doniyorov/Rails-Cap-Twitter.git using your terminal or command line.
  • Change to the project directory by entering: cd tatme in the terminal.

How to use the Private-Event app

  1. run the command bundle install This will install the required dependencies
  2. run the command rails webpacker:install This will install the webpack to avoid specific rails => 6 problems
  3. run the command rails db:create This will initialize the necessary migration files
  4. run the command rails db:migrate
  5. run the command rails server

Command line steps

- $ git clone `$ git clone https://github.com/elyor-doniyorov/Rails-Cap-Twitter.git`
- $ git checkout workspace
- $ cd tatme`
- $ bundle 
- $ rails webpacker:install 
- $ rails db:create
- $ rails db:migrate
- $ rails server

Testing

In this project, the testing was done using RSpec to test logic specs.

Install

  • In a terminal window type gem install RSpec
  • Once RSpec install has finished, type RSpec --init
  • You will see a folder spec and a file .rspec
  • Inside spec folder, you'll see a spec_helper.rb file.

Run

The testing files are included in spec folders.

  • Inside your terminal type: rspec spec/*

  • Type rspec spec/* to run all tests

  • All test should pass

Command line Rspec steps

- $ gem install rspec
- $ rspec spec/*
- $ 29 examples, 0 failures

Authors

👤 Elyor Doniyorov

Acknowledgements

📝 License

This project is MIT licensed.

About

Built a lightweight version of Twitter with Ruby On Rails using Device for authentication. I gave it the name 'The TaTme'. The app allows you to share your opinions related to daily, political, business, or life wealth hacks that you have used in the past. As well we welcome all sorts of insights, opinions, Forecast or interpretations of current…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published