/ror-social-scaffold

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.

Primary LanguageRubyMIT LicenseMIT

Scaffold for social media app with Ruby on Rails

This repo includes Milestone 2 code for social media app with basic styling. In this Milestone, we added Friendship feature to the social media app.

Built With

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

Live Demo

TBA

Getting Started

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

Prerequisites

  • Ruby: 2.7.0
  • Rails: 5.2.6
  • Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Optionally, you can add the provided seeds for the database tables with:

    rails db:seed

Usage

Start server with:

    rails server

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

Run tests

    rpsec --format documentation

Tests were created regarding only the Friendship feature added in this Milestone.

Deployment

TBA

Authors

👤 Julian Carracedo

👤 Ênio Neves de Souza

👤 Ênio Neves de Souza

👤 Ênio Neves de Souza

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the pull resquests page for this milestone.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.