Alfredbis29 / hello_rails_react_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

React Rails Front-end App

A React front-end application that interacts with a Rails API to display greetings from around the world

Built With

  • React
  • Javascript
  • Rails

Getting Started

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

Setup and Usage

Start Rails server

  • Note -> You need to start the Rails server first at port 3000 then start the React server at a different port
  • Clone the back-end rails API from https://github.com/Alfredbis29/hello_rails_react_app.git
  • navigate to the folder cd hello_rails_react_app
  • Install required gems bundle install
  • Load the database rails db:reset
  • Start server rails s

Author

🤝 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

Hat tip to anyone whose code inspired our project

About


Languages

Language:Ruby 69.4%Language:HTML 16.8%Language:JavaScript 11.4%Language:CSS 2.0%Language:Shell 0.4%