/ror-social-scaffold

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.

Primary LanguageRuby

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