Skip to content

It's a simple social media web app powered by Ruby on Rails, where users can log in and post posts, comments, and make friends.

Notifications You must be signed in to change notification settings

Kyle-Law/ror-stay-in-touch

 
 

Repository files navigation

ROR Social Media

A Simple Social Media Web App powered by Ruby on Rails and JavaScript.

image

Live Version

View the live version HERE

Built With

  • Ruby
  • Ruby on Rails
  • JavaScript

Deployment

  1. Clone the repo
  2. Run bundle install to install Ruby gems
  3. Run rails db:create to create the database
  4. Run rails db:setup to migrate and seed the database.
  5. Run rails s and open up http://localhost:3000/

Testing

  1. Run bundle install
  2. Run rails db:create and rails db:setup
  3. Run rspec
  4. 26 examples, 0 failures shall be shown.

Authors

👤 Kyle Law

🤝 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
  • The Odin Project

📝 License

This project is MIT licensed.

About

It's a simple social media web app powered by Ruby on Rails, where users can log in and post posts, comments, and make friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.5%
  • HTML 17.7%
  • SCSS 5.8%
  • CSS 4.4%
  • JavaScript 2.4%
  • CoffeeScript 0.2%