Hello Rails Back-end

Create a React front-end with a Rails back-end and connect them to display a random greeting message.

Built With

  • Visual Studio Code
  • Ruby on Rails
  • Rspec
  • postgresql
  • pgadmin4

Getting Started

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

Prerequisites

  • A code editor like Visual Studio Code with Git and Ruby and Rails.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version

Likewise for Rails installation.

$ rails --version

Likewise for pg installation.

$ pg --version

Setup

To setup the project locally: clone the repository using:

git clone git@github.com:shahira-sadat/hello-rails-back-end.git

Install dependencies

run:

bundle install

Setup database

run:

rails db:setup
rails db:migrate
rails db:seed

Run the app

run:

rails s

Authors

👤 Shahira Sadat👩🏻‍💻

🤝 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

  • Microverse team.
  • Coding Partners.
  • Code Reviewers.

📝 License

This project is MIT licensed.# README