Ruby on Rails Hello Rails Back End React App

This is a two part project. This is the backend that the front end will consume. Want to check the project for the front end? Check this link

Built With

  • Ruby on Rails

Getting Started

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

  1. Clone the repository
  2. Run the bundle install command
  3. Run rails s to start the server
  4. Make sure that the server is running at port 3005 so you can get the requests from the front end. You can do this running rails s -p 3005 when you want to run the server.

Prerequisites

  • You need to have Ruby installed on your machine.

Installation

  • First, you will need to clone this repository into your local machine.

  • Second, you need to create the database for this app. In order to do this, you can do rails db:create, then do rails db:migrate.

Authors

👤 Isai Cespedes

🤝 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!

📝 License

This project is MIT licensed.