Skip to content

The significance about this project is that it works like facebook on how the users can send friend requests, accept or decline them between them, the challenging part was to make the associations between users for it to happen

Notifications You must be signed in to change notification settings

Yors-git/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

In this project there is a social media app that was scaffolded by the Microverse team and the purpose was to implement friendships between users, with the functionality to invite friend, see the pending sent and received invitations and lastly accept or decline those invitation.

Screenshot

img

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • VSCode

Live Demo

https://fathomless-citadel-51226.herokuapp.com/users/sign_in

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Instructions To Setup Application

    • Run git clone git@github.com:Yors-git/ror-social-scaffold.git to download
    • Run bundle install to install Ruby Gems
    • Run rails db:create to create a local database
    • Run rails db:migrate to migrate the database
    • Run rails s
    • Run http://localhost:3000/ in your browser to start the application

Author:

👨‍💻 Jorge Torres

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Microverse Team for the scaffolding

📝 License

This is a Microverse project, all rights reserved to Microverse team & Jorge Torres

About

The significance about this project is that it works like facebook on how the users can send friend requests, accept or decline them between them, the challenging part was to make the associations between users for it to happen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.2%
  • HTML 17.6%
  • SCSS 5.1%
  • JavaScript 1.2%
  • Other 0.9%