Skip to content

This is my First Rails App in which I used React & Webpack.

Notifications You must be signed in to change notification settings

Atril33/hello-rails-react

Repository files navigation

📗 Table of Contents

📖 Hello Rails React

This is my First Rails App in which I used React & Webpack.

🛠 Built With

Tech Stack

This project uses the following stack :

Ruby Ruby On Rails React & Redux

Key Features

  • Creating a data model
  • Processing data in models
  • Validations and Model specs
  • Setup and controllers
  • Controllers specs
  • React & Redux

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

You should have Ruby install on your local machine

Setup

Clone this repository to your desired folder:

Example commands:

https://github.com/Atril33/hello-rails-react.git

Install

To install ruby go to : Install Ruby and select your operating system.

Usage

To run the project, open your project in your terminal

 bundle install
 npm i
 rails db:create db:migrate
 rails server

To populate database with greeting run rails db:seed

Run Tests

rspec spec

(back to top)

👥 Authors

👤 Syed Atril

(back to top)

🔭 Future Features

  • Add More Features

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this opportunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)