/hello-rails-react-backend

This is the backend side of my application it is made with ruby on rails and the idea is to be consume by a react app

Primary LanguageRubyMIT LicenseMIT

Hello rails app backend

📗 Table of Contents

📖 Budget app

Hello rails app is a react/rails app that can salute the user in 5 different languages. It is composed of two repositories, this is the back-end repo where you can find all the configurations we made to set up and deploy the API endpoint. In order to get this project working on your computer, you only need to download the front-end repo. Here is the link:

Front-end repo

🛠 Built With

Tech Stack

Ruby on rails
React (Separate repo)
Database

Key Features

  • Name convention, over configuration
  • ROR
  • Linters usage

(back to top)

🚀 Live Demo

Comming soon

(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/luis-pomare/hello-rails-react.git

Install

Install this project with:

  cd hello-rails-react/

  bundle install

  npm install

  npm run build

  rails db:create

  rails db:schema:load

  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec/

Deployment

You can deploy this project using:

Coming soon

(back to top)

👥 Authors

👤 Luis Pomare

🔭 Future Features

  • Online version
  • The user can create new salutations

(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 you can give us some stars and share with your friends

(back to top)

🙏 Acknowledgments

I would like to thank all the microverse staff that gave us the bases for the project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)