Skip to content

Jmagero/hello-rails-back-end

Repository files navigation

badge

Hello Rails Backend

Ruby on Rails, API-only, app.

About

This Ruby on Rails, API-only, back-end app is consumed by the React front-end app from this repo.

Built With

  • Ruby on Rails

Live View

You can access a preview of the API at this enpoint.

You can preview the front-end app here.

Getting Started

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

Prerequisites

Setup

  1. Download or clone the contents from this repository.

  2. Go to the project's root directory:

cd hello-rails-react
  1. Install dependencies:
bundle install
  1. Setup database:
rails db:create
rails db:migrate
rails db:seed to seed the database

Running locally

  1. Start server:
rails server
  1. Go to the endpoint http://localhost:3000/api/v1/greeting to access the API.

Authors

👨‍💻 Jocyline Magero

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!