In this app, the user can:
- Invite another user to be a friend;
- Accept another user's friend request;
- Write posts and share with friends;
- Comment on a post;
- Like a post or a comment.
Ruby on Rails, HTML and SCSS.
- Clone the project to your local machine;
cd
into the project directory;- Run
bundle install
to install the necessary gems; - Run
rails db:create
; - Run
rails db:migrate
; - Run
rails s
to start a server in your computer; - In your browser address, type the following URL: localhost:3000;
- Enjoy the App and its functionalities!
cd
into the project directory;- Run
bundle exec rspec
.
👤 Author1 Aremu Lucky
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
👤 Author2 Murilo Roque Paiva da Silva
- Github: @muriloroque
- Twitter: @MuriloRoquePai1
- Linkedin: MuriloRoque
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐️ if you like this project!