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

GabrielJSuarez/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

Social Media toy app based on the ror-social-scaffold designed for Microverse students, with added functionality to simulate a Facebook-like website.

Built With

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

Live Demo

https://powerful-lowlands-44628.herokuapp.com/

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

Note: if you're working with a fresh installation remember to install Postgres locally and it's dependencies, also create a Super User that can access all databases.

Github Actions

To make sure the linters' checks using Github Actions work properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.

Deployment

TBA

Authors

👤 Gabriel Suárez

🤝 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

TBA

📝 License

TBA

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

 
 
 

Languages

  • Ruby 74.6%
  • HTML 18.1%
  • SCSS 5.2%
  • JavaScript 1.2%
  • Other 0.9%