Skip to content

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

Notifications You must be signed in to change notification settings

aliciapaz/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

A social media application where users can create posts, make friends and engage with other friends' posts by liking their posts.

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

Built With

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

Live Demo

Deployed app

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.

  • Sign up to create a user, posts, invite other users to be friends and accept or reject friendship requests.

Run tests

    rpsec --format documentation

Deployment

  • Deployed in Heroku

Authors

👤 George Gbenle

👤 Alicia Rojas

🤝 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 for creating the scaffold upon which features are built.

📝 License

This project is MIT licensed.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.7%
  • HTML 18.4%
  • SCSS 5.6%
  • JavaScript 1.3%
  • Other 1.0%