Hello Rails Backend

📗 Table of Contents

📚🎵🎮 Hello Rails Backend

Hello Rails Backend In this project I am going to create a rails api to use it on the frontend with react.

hello-react-front-end

🛠 Built With

Tech Stack

Backend

Key Features

  • Create api only app and use rails cors for cross browser support

(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:

Install Ruby

Setup

Clone or download the Collectify repository to your local machine.

  cd my-folder
  git clone https://github.com/fpsapc/hello-rails-back-end.git

Open your terminal and navigate to the cloned project directory.

Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

bundle install
npm install

Usage

To run the project, navigate to the project directory and execute the following command:

  bundle install
  rails db:create db:migrate 
  rails server

Run tests

To run tests, run the following command:

Run the following command

No tests available for this project/

(back to top)

👥 Authors

👤 Salman Ahmad Khan

🔭 Future Features

  • This project is for just testing purpose
  • There are no future features in it right now.

(back to top)

🤝 Contributing

please feel free to submit a pull request or open an issue on the project repository.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give us a star ⭐️

(back to top)

🙏 Acknowledgments

Special thanks to microverse team for their guidlines.

(back to top)

📝 License

This project is MIT licensed.

(back to top)