glowreeyah / ror-social-scaffold

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold for social media app with Ruby on Rails

hire-badge Twitter Follow

hire-badge Twitter Follow

Built With

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

In this project, we designed an ERD diagram which visually displays the database schema and structure.

Getting Started

To get a local copy up and running follow these simple example steps. To get a local copy up and running follow these steps:

Prerequisites

  • Ruby: 2.6.3
  • Rails: 5.2.3
  • Postgres: >=9.5
  • Git

Usage

Setup

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:

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.

Authors

πŸ‘€ Esteban Pinczinger

πŸ‘€ Glory David

🀝 Contributing

Contributions, issues and feature requests are welcome! Contributions and feature requests are welcome!

Start by:

Feel free to check the issues page.

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

About

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


Languages

Language:Ruby 70.4%Language:HTML 21.1%Language:SCSS 6.1%Language:JavaScript 1.5%Language:CSS 0.9%