/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

In this project we built an Social Media application. You can sign up with and email and password and then create posts, add other user as friends, read the post of your friends, coment and give them a like.

Built With

  • Ruby v2.7.0
  • Ruby on Rails v6
  • Rubocop
  • Rspec for testing

Live Demo

Getting Started

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

Prerequisites

Setup

Install gems with:

bundle install

Install Yarn with:

Yarn install

Install npm with:

npm 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

    rspec --format documentation

Authors

👤 Ricardo Montenegro

👤 Sergio Obolevich

🤝 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

📝 License

This project is MIT licensed.