A simple app that is similar to facebook created using Rails.
- Sign up/ Sign in
- Post messages
- Comments
- Likes
- Friendships
- Notifications
-Rails -Bootstrap
Enter git clone https://github.com/IBTechRaj/myFaceBook.git
Navigate to the cloned repository.
In the terminal cd into social-media-clone.
Install bundle by typing bundle install
and update it by typing bundle update
in the terminal.
Run your rails migration using rails db:migrate
Run the rails server by typing rails server
in the terminal.
Open in browser with localhost:3000
The live version of the app can be found here
This project is MIT licencsed.