This project entails building a functional Rails application that resembles twitter. It's basically a twitter redesign.
user
s sign-up, then they can createbuzz
s that can be seen by otheruser
s following them. You can connect with other users byfollowing
them.
- Ruby 2.7
- Rails 6.0.3.4
- Postgresql
- Other tools
- Bootstrap 4
- Font awesome icons
To get a local copy up and running follow these simple steps.
In order for buzzer
to work locally on your machine, you need these installations:
- Ruby
- Postgres database engine
- Open the Terminal
- Run
git clone https://github.com/belsman/Rails-Capstone.git
or, for SSH:
git clone git@github.com:belsman/Rails-Capstone.git
- Run
cd Rails-Capstone
to enter the main directory - Run
bundle install
- Run
yarn install
- Create database and run migrations with these command:
rails db:create
rails db:migrate
- Start up the local server with
rails s
- Visit
127.0.0.1:3000
- Buzz and connect locally!
- Open the terminal
- Run
cd Rails-Capstone
to enter main directory - Migrate the test database:
rails db:migrate RAILS_ENV=test
- Run
rake spec
👤 Bello Babakolo
- Github: @belsman
- Twitter: @d_belsman
- Linkdin: Bello Babakolo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for showing the way for this project to happen
- Gregoire Vella on Behance
- This site for the Bee Icon