📗 Table of Contents

📖 [HELLO RAILS BACK_END]

[HELLO RAILS BACK_END] Hello Rails Backend app is a test project on implementing a Ruby on Rails back-end to serve an API for a separate React front-end. Here is the repository for the front-end: https://github.com/fatima-najafi/hello-react-front-end

🛠 Built With

  • Ruby on Rails
  • React and Redux

Tech Stack

Client
  • Ruby on Rails
  • React and Redux
Database
  • PostgreSQL
Database

Key Features

  • Display random Greeting Messages

(back to top)

🚀 Live Demo

Add a link to your deployed project.

  • [Live Demo Link](Comming Soon)

(back to top)

💻 Getting Started

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

Prerequisites

  • Git/GitHub;
  • Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
  • Ruby on Rails Installed in your machine;

Setup

  • To clone this repo:
    • Open the Terminal(Mac/Linux) or the Cmd (Windows);
    • Navigate to where you want to paste the Repo folder;
    • Run the following commands
git clone https://github.com/fatima-najafi/hello-rails-back-end.git
cd Hello-Rails-Back-End

Install

  bundle install

Setup Database

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

Usage

./bin/dev

Run tests

To run tests, run the following command:

npm run test

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Fatima Najafi

(back to top)

🔭 Future Features

  • [Add more dynamic pages]

(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 give ⭐️

(back to top)

🙏 Acknowledgments

I would like to express my gratitude to Microverse for initiating the idea behind this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)