Skip to content
forked from mosaaleb/devium

A social media platform for software developers built with rails.

Notifications You must be signed in to change notification settings

suretrust/devium

 
 

Repository files navigation

Welcome to Devium 👋

Version License: MIT Twitter: suretrustng Twitter: mosaaleb

Devium is a social media platform for software developers built with rails.

Features

  • Send friend requests.
  • Accept friend requests.
  • Delete friend.
  • Add post.
  • Add comment to post.
  • Newsfeed page based on the friends list.
  • Login with facebook.
  • Edit setting and profile information.

Devium Image

Entity Relationship Diagram

ERD

Technologies && Tools

  • Ruby
  • Rails
  • RSpec
  • Capybara
  • Factory Bot
  • SCSS
  • PostgreSQL
  • Omniauth
  • Devise

Usage

To get started with the app, clone the repository and then install the needed gems:

bundle install

Next, migrate the database:

rails db:migrate

Then seed the database:

rails db:seed

Run the test suite to verify that everything is working correctly:

rspec

Finally, launch rails server:

rails server

Run tests

rspec

Authors

Show your support

Give a ⭐️ if you like this project!

About

A social media platform for software developers built with rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.3%
  • HTML 19.7%
  • CSS 2.2%
  • CoffeeScript 1.1%
  • JavaScript 0.7%