Hello-Rails-Back-End

📗 Table of Contents

📖 Hello Rails Back End

A practice setup of a back end Rails app that is accessed by a React based app. Click this hello-react-front-end link to access the frontend app's repo. cd

🛠 Built With

Tech Stack

  • Ruby on Rails
  • PostgreSQL

Key Features

  • Built as an Api

(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: rails, postgresSQL

Setup

Clone the repo and open terminal in the project root directory

Install

Install this project with:

bundle install
rails db:create
rails db:migrate

Create .env file in the root directory & add the database configurations. To use seed data, run rails db:seed.

Usage

To run the project, execute the following command:

rails s

(back to top)

👤 Riyaz Ahmed

(back to top)

🔭 Future Features

  • More diverse API resource

(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 or find it useful, please consider giving it a ⭐️. Thanks!

(back to top)

🙏 Acknowledgments

  • Microverse.
  • Cocde Reviewers

(back to top)

📝 License

This project is MIT licensed.

(back to top)