Skip to content

Social Media Site built with Ruby-on-Rails. It has Facebook.com features. Users can create accounts, create posts, read them, delete and edit them. A user can connect with another by sending friend requests which can only be authenticated by accepting the request.

Notifications You must be signed in to change notification settings

tzvaita/ror-social-scaffold

 
 

Repository files navigation

Social media app with Ruby on Rails

This is the repository for the last ruby on rails project for microverse curriculum. The project is divided into milestones with specific requirements to be met in each one of them. The application was published on Heroku: link

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4

Live Demo

https://still-taiga-44791.herokuapp.com

Getting Started

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

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

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

Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.

Deployment

TBA

Authors

🤝 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

  • Microverse.org
  • Stackoverflow
  • The Odin Project
  • Heroku
  • Rails docs

📝 License

TBA

About

Social Media Site built with Ruby-on-Rails. It has Facebook.com features. Users can create accounts, create posts, read them, delete and edit them. A user can connect with another by sending friend requests which can only be authenticated by accepting the request.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.8%
  • HTML 19.8%
  • CSS 6.0%
  • JavaScript 1.2%
  • CoffeeScript 0.2%