https://github.com/shiv07tiwari/fictionbuzz
A twitter clone using Ruby on Rails
https://github.com/shiv07tiwari/fictionbuzz
curd-application heroku rails ruby ruby-on-rails twitter-clone
Last synced: about 1 month ago
JSON representation
A twitter clone using Ruby on Rails
- Host: GitHub
- URL: https://github.com/shiv07tiwari/fictionbuzz
- Owner: shiv07tiwari
- Created: 2020-05-28T07:38:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:12:45.000Z (over 3 years ago)
- Last Synced: 2025-04-10T23:42:23.014Z (about 1 year ago)
- Topics: curd-application, heroku, rails, ruby, ruby-on-rails, twitter-clone
- Language: Ruby
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FictionBuzz
A twitter clone using Ruby on Rails.
Check it out at https://fiction-buzz.herokuapp.com/
Under construction :construction:
## Tech Stack Used
* Rails 6
* MRI Ruby 2.7.1
* Databasse: postgres 12
## Running on local machine
* Fork the repo and clone it on your local system.
* Go to the project directory and run
```console
bundle install
```
* Create the database and perform migration (Add your Postgres credentials in config/database.yml)
```console
rake db:create
rake db:migrate
```
* Start the server on localhost:3000 by running
```console
rails server
```
## External Gems
* [Bulma](https://github.com/jgthms/bulma)
* [Better Errors](https://github.com/BetterErrors/better_errors)
* [Guard](https://github.com/guard/guard)
* [Simple Form](https://github.com/heartcombo/simple_form)