https://github.com/thecodechaser/hello-rails-back-end
Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
https://github.com/thecodechaser/hello-rails-back-end
postgresql ruby ruby-on-rails
Last synced: 8 months ago
JSON representation
Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
- Host: GitHub
- URL: https://github.com/thecodechaser/hello-rails-back-end
- Owner: thecodechaser
- License: mit
- Created: 2022-04-26T07:49:42.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-26T11:05:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T08:12:07.295Z (12 months ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 86.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Hello Rails Back End App
> Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
## Link to the front end
[Hello React front end](https://github.com/thecodechaser/hello-react-front-end)
## Built With
- Major languages (Ruby)
- Framworks (Ruby on Rails)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- Ruby
- Ruby on Rails
- PostgresSQL
### Using it Locally
- Clone the project
```
git clone git@github.com:thecodechaser/hello-rails-back-end.git
cd hello-rails-back-end
```
### Setup
Install gems with:
```
bundle install
```
Setup database with:
```
rails db:create
rails db:migrate
rails db:seed
```
### Usage
Start server with:
```
rails server
```
Visit http://localhost:3000/ in your browser.
### Open API documentation
```
Coming soon!
```
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/hello-rails-back-end)
## Download Repo
[Download Repo](https://github.com/thecodechaser/hello-rails-back-end/archive/refs/heads/main.zip)
## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/hello-rails-back-end/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./LICENSE.md) licensed.