Skip to content

rammazzoti2000/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

This project is based on facebook and already included the MVC for users, posts comments, posts likes and dislikes we added functionality for Friendships, Unit and integration tests and Omniauth authentication as an extra.

Screenshot

This is the final Microverse project of the Ruby on Rails Curriculum

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • Rspec
  • Capybara
  • Stickler
  • Atom :atom:

Live Demo

Live demo link

Start using the webapp by singin up

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.

Run tests

    $ bundle exec rpsec

Deployment

Heroku

Authors

👤 Roman Nikolaev

👤 Alexandru Bangau

🤝 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

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.5%
  • HTML 17.3%
  • CSS 7.0%
  • JavaScript 1.2%