Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vechicin/hello-rails-back-end
https://github.com/vechicin/hello-rails-back-end
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vechicin/hello-rails-back-end
- Owner: vechicin
- License: mit
- Created: 2022-05-03T18:01:35.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-05-04T14:27:18.000Z (over 2 years ago)
- Last Synced: 2023-03-09T17:45:59.879Z (over 1 year ago)
- Language: Ruby
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.