This Project is an app built using Ruby on Rails basic functionalities of a social network similar to Twitter but using a different interface.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.1 Rails: 6.0.0 Postgres: >=9.5
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
- Ruby 2.7.0
- Rubocop
- Ruby Gems
- Postgresql
- Rspec
- Capybara
Start local server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
- Run from your terminal to test the project
rspec
- Bootstrap - SCSS Framework
- Font-Awesome - For SASS icons
👤 Jessica Farias
- Github: jessicafarias
- Twitter: @FariasRosado
- Linkedin: jessica-michelle-farias-rosado
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!