MasumaJaffery / Hello-RailsReact

Este proyecto de la escuela de software remota Microverse. Eso contiene RoR con React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello-RailsReact

πŸ“— Table of Contents

πŸ“– Hello-RailsReact

Hello-RailsReact contains React and Rails Mechanism

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • Shows Greetings

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps. Note: We are assuming you have pre-installed ruby, WSL, ubuntu and rails!

Prerequisites

In order to run this project you need:

first at all, install rails:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git@github.com:MasumaJaffery/Hello-RailsReact.git

Install

Install this project with:

  cd Hello-RailsReact
  bundle install

Setting up the Data Base:

  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

πŸ‘₯ Authors

πŸ‘€ Syeda Masuma Fatima

(back to top)

πŸ”­ Future Features

  • API documentation
  • Model Data
  • Controllers Testing
  • Models Testing
  • View Implementation

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project feel free to leave an start, as well if you have a suggestion feel free to visit issues page.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for suggestion this project.

(back to top)

❓ FAQ (OPTIONAL)

Learn more about FAQ below:

  • How do I fix Linters errors if I modify the project?

    • for rubocop run
    rubocop -A
    • for Stylint run:
    npx stylelint "**/*.{css,scss}" --fix

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Este proyecto de la escuela de software remota Microverse. Eso contiene RoR con React

License:MIT License


Languages

Language:Ruby 69.7%Language:HTML 16.1%Language:JavaScript 11.5%Language:CSS 2.0%Language:Shell 0.6%