Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vechicin/hello-rails-back-end


https://github.com/vechicin/hello-rails-back-end

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)
# Hello-Rails-Back-End

> Hello World with Rails and React as separate applications.

## Built With

- Ruby on Rails
- Linters

## Install

- Install Ruby based on your OS from [HERE](https://www.ruby-lang.org/en/downloads/)

## Setup

1. Clone the project using git-bash or Githup Desktop.
~~~bash
git clone https://github.com/vechicin/Hello-Rails-Back-End.git
~~~
OR
~~~bash
git clone [email protected]:vechicin/Hello-Rails-Back-End.git
~~~
2. Open the project folder with VSCode or any Editor.
3. Open terminal and navigate to the project folder.
4. Run `gem install`, `bundle install` and `npm install` to install all of the project's required dependencies.
5. Run `rails s` to start the project's live server and take a look at the terminal to see the URL address it is running on.
6. If you want to run some unit tests, all you need to do is run the `rspec` command on your terminal after [installing](https://github.com/rspec/rspec-rails) `rspec-rails`

## Front End

To see a front end project that uses this API please click [here](https://github.com/vechicin/Hello-React-Front-End).

## Author

👤 **Santiago Velosa**

- GitHub: [@vechicin](https://github.com/vechicin)
- Twitter: [@therealvelosa](https://twitter.com/therealvelosa)
- LinkedIn: [Santiago Velosa](https://www.linkedin.com/in/santiago-velosa-arias/)

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.