myelin0 / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-rails-back-end

Project Description

Set up a "Hello world" project with two apps

This project is connecting React on the front-end to Ruby-on-Rails on the backend. The app displays random messages contained in the database table. This is the back end repo.

Built With

  • Ruby On Rails
  • Rack-cors gem
  • Rubocop
  • Git

Setup

Clone the repo and run bundle install in the command line to install the dependencies

$ git clone https://github.com/myelin0/hello-rails-back-end
$ cd hello-rails-back-end

## Install gems with:

```bash
$ bundle install

Run the application

$ rails server

Visit the homepage of application

$ http://localhost:3000/api/v1/greetings

Check linter errors

$ rubocop .

Front-End

You can access the front-end of this application via this link.

Author

👤 Emirjeta Veisllari


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

About

License:MIT License


Languages

Language:Ruby 86.4%Language:Batchfile 12.6%Language:HTML 1.0%