Stay In Touch app is a social media app which has basic friendship functionality. A user can send friendship request to other users, and sent request can be accepted or declined by the users sent to. Users who have not yet accepted friendship requests are tagged 'Request is Pending' on the Users List page. On Friendships page users can view friends list and manage friendships. Only users who are friends with other users can view each others profile, read each others post, make comments on post or like the post. The initial basic code for this project was scaffold by Microverse.
For quick login to the demo app, us the following credential: Email: [email protected] Password: user10123
Timeline/HomePage |
Users List |
Friendships Management |
Friend's profile |
- Clone this project
- Install dependencies using the command bundle install
- Run the command rails db:create to create database
- Run the command rails db:migrate to configure database schema
- Run the command rails s to start the Rails server
- In your browser, navigate to http://localhost:3000
- Ruby v2.7.2
- Ruby on Rails v5.2.4
- Postgres: 1.2.3
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Project project and requirements created by Microverse