Skip to content

banlon-jones/hello-backend

Repository files navigation

Hello rails backend app

Implements a connection between a Ruby on Rails back-end and React front-end in two applications with different repositories. This is back-and Rails Api app, with end point that randomly return a greetings from an array fetch from the database

Link to the react frontend app repo

https://github.com/banlon-jones/hello-frontend-app

Link to Rails backend app

https://github.com/banlon-jones/hello-backend

Built With

  • Ruby on Rails

Getting Started

  • Follow setup instructions below

Prerequisites

  • Ruby
  • Git and Github
  • Terminal
  • Browser

Setup

  • clone the following repo https://github.com/banlon-jones/hello-backend
  • cd into the directory and run bundle install to install dependencies
  • Run rails db:create and then rails db:migrate
  • Run rails s to start the app
  • Visit localhost:3000 in your browser

Tests

  • To run the tests, simply run rspec command

Credits

Authors

👤 Banlon Jones.

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

Acknowledgments

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published