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

JelilFaisalAbudu/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

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

screenshot

Built With

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

Live Demo

Live Demo Link

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
  • Heroku CL

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

    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

Deploy your of the app to Heroku using the following steps in your terminal.

  • Navigate to the project's directory and make changes to your codes.
  • Commit your works
  • Run
    heroku create <your-app-name(optional)>
    git push heroku master

NOTE

In case you want deploy to Heroku from a defferent branch aprt from the master branch, all you to do is to skip the second step and run this;

    git push heroku <branch-name>:master

Authors

👤 Jelil Faisal Abudu

🤝 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

  • RailsSpace
  • My Stand-up Team Memmbers

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 69.9%
  • HTML 21.1%
  • SCSS 6.9%
  • JavaScript 1.2%
  • Other 0.9%