Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murodjon000/friend_app
This is Friend app. In there you can post, comment on other posts and like them. Also, you can do the following requests.
https://github.com/murodjon000/friend_app
rails
Last synced: about 1 month ago
JSON representation
This is Friend app. In there you can post, comment on other posts and like them. Also, you can do the following requests.
- Host: GitHub
- URL: https://github.com/murodjon000/friend_app
- Owner: Murodjon000
- Created: 2021-02-18T10:36:22.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2021-04-25T11:12:38.000Z (over 3 years ago)
- Last Synced: 2024-10-18T06:52:04.364Z (3 months ago)
- Topics: rails
- Language: Ruby
- Homepage: https://friend-social-app.herokuapp.com/
- Size: 291 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social media website
> In this project, users can sign up and create posts. Moreover it inherits the core functionality of social media sites such as facebook.com. Users can send request to one another and view the posts written by the user or from the user's friend list.
## Features
- Allow users to send a friend request to other users
- Multiple request states
- Show posts written by the user and by the user's friends
- List all mutual friends of a user
- Followed TDD## Concept of mutual friendship
> A mutual friend is an individual who has established a friendship with two people. When those two people meet, they learn that they share the same friend; that friend they have in common is their mutual friend. If the two people become friends, a circle of friendship develops between the mutual friend and the other individuals. Mutual friendships are commonplace in schools, where kids are introduced to each other by a mutual friend. Adults often meet other people in the workplace, bars, restaurants and other social settings due to a mutual friend introducing them. From [our](https://oureverydaylife.com/mutual-friend-mean-10031289.html#:~:text=A%20mutual%20friend%20is%20an,common%20is%20their%20mutual%20friend.)
## Live Demo
- [click-here](https://friend-social-app.herokuapp.com/)
## Built With
- Ruby v2.7.0
- Ruby on Rails v5.2.4
- VSCode - code editor## Getting Started
- Clone the repo `https://github.com/Murodjon000/friend_app.git`
- cd `into` the project
- Run `git pull origin app`
- Run `bundle install`
- Setup your `db` in the `database.yml` and run `rails db:setup`
- Run `rails s` and visit `localhost:3000`### Prerequisites
- Rails - version 5.2.4
- Bootstrap - version 3.4.1
- Ruby - version 2.6.5
- PostgreSQL - version 11### Github Actions
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
2. Create the `feature/branch` and push.
3. Start working on your milestone as usual.
4. Open a PR from the `feature/branch` when your work is done.### Run tests
- Run `bundle exec rspec` to run all the tests, or
## Author
👤 **Murodjon Tursunpulatov**
- Github: [@murodjon000](https://github.com/murodjon000)
- Twitter: [@MurodjonTursun5](https://twitter.com/MurodjonTursun5)
- Linkedin: [@Murodjon Tursunpulatov](https://www.linkedin.com/in/murodjon-tursunpulatov-5189481b3/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
[MIT]()