Skip to content

Social media app that mocks the functionality of Facebook. Built with Ruby on Rails, HTML, SASS, and Javascript

Notifications You must be signed in to change notification settings

Blasco9/Stay-In-Touch

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

This project is a social media app with functionalities similar to Facebook. You can create an account, add other users as friends, create posts, write comments on posts and like posts or comments.

screenshot1 screenshot2 screenshot3 screenshot4

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • Devise Gem
  • PostgreSQL

Live Demo

Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.7.0 Rails: 5.2.4 Postgres: >=9.5

Setup

Clone this repo:

git clone git@github.com:Blasco9/ror-social-scaffold.git

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

The tests included in this project are unit tests with Rspec and integration tests with Rspec and Capybara.

Author

👤 Julian Blasco

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • The Odin Project
  • Microverse

📝 License

This project is MIT licensed.

About

Social media app that mocks the functionality of Facebook. Built with Ruby on Rails, HTML, SASS, and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 74.1%
  • HTML 17.8%
  • CSS 5.6%
  • JavaScript 2.5%