A Facebook-like social media app built using Rails. It includes most of the functionalities of Facebook except realtime chat.
-
Ruby version - 2.6
-
Rails 6
-
System dependencies - Devise, Omniauth
-
Database - Postgresql
🔥 Demo
To get a local copy up and running follow these simple example steps.
-
Clone this repository to your local machine using
git clone [email protected]:DanielMitiku/Final-Project.git
. -
Run
cd Final-Project
to move into the app directory. -
Run
bundle install
to install dependencies. -
Run
rails db:migrate
to migrate the database. -
Run
rails s
to run the server.
- User signup and authentication
- User signup using Omniauth
- Users can send/accept friend requests
- Users can post
- Users can like or comment on posts ...
- Sending Email
- making it responsive ...
- Github: Daniel Mitiku
- LinkedIn: @daniel-wesego
- Email: [email protected]
-
Contributions, issues and feature requests are welcome!
-
Feel free to create PR.
- Give a ⭐️ if you like this project and follow me on Github for more projects like this.
- This project is MIT licensed.