In this project we built an Social Media application. You can sign up with and email and password and then create posts, add other user as friends, read the post of your friends, coment and give them a like.
- Ruby v2.7.0
- Ruby on Rails v6
- Rubocop
- Rspec for testing
To get a local copy up and running follow these simple example steps.
Install gems with:
bundle install
Install Yarn with:
Yarn install
Install npm with:
npm install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rspec --format documentation
👤 Ricardo Montenegro
- Github: @ricardomonte
- Twitter: @ramnkco
- LinkedIn: Ricardo Montenegro
👤 Sergio Obolevich
- Github: @chubaquelo
- Twitter: @sergioobolevich
- Linkedin: sergio-obolevich
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.