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

This branch is 43 commits ahead of, 6 commits behind microverseinc/ror-social-scaffold:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2020
Sep 21, 2020
Jan 30, 2020
Aug 10, 2020
Aug 11, 2020
Aug 10, 2020
Jan 30, 2020
Jan 30, 2020
Jan 30, 2020
Aug 12, 2020
Jan 30, 2020
Jan 30, 2020
Jan 30, 2020
Aug 11, 2020
Jan 30, 2020
Aug 12, 2020
Jan 30, 2020
Jun 23, 2020
Aug 12, 2020
Aug 11, 2020
Aug 20, 2020
Jan 30, 2020
Jan 30, 2020
Aug 19, 2020
Aug 19, 2020

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%