This project consist in a social media web application with features that includes sending friendship invitations, accepting or declining them. Also the capacity of creating posts and liking them.
- Ruby v2.7.1
- Ruby on Rails v5.2.3
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
To run all tests use this command:
bundle exec rspec
To run only model tests run this instead:
bundle exec rspec spec/models
For views tests only, execute this:
bundle exec rspec spec/feature
👤 Roberto Perez Jimenez
- Github: @LoboArkano
- Twitter: @LoboArcano92
- Linkedin: linkedin
👤 Fernando Bahamondes
- Github: @ferbaco86
- Twitter: @ferbac0
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Give a ⭐️ if you like this project!
This project is MIT licensed.