Hello Rails Back-end

📗 Table of Contents

📖 Hello Rails Backend

Test app used to learn how to connect a React frontend with a Rails backend.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Data Model

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

cd hello-rails-back-end
  
bundle

💾 Database

Create the databases,run migrations, and populate it with seed data:

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

Usage

To run the project run the following commands:

rails s

(back to top)

👥 Authors

👤Gueleu S. Farida

(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 please give it a star 😁🌟✨

(back to top)

🙏 Acknowledgments

Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

📝 License

This project is MIT licensed.

(back to top)