https://github.com/koachcode/hello-rails-backend
https://github.com/koachcode/hello-rails-backend
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koachcode/hello-rails-backend
- Owner: koachcode
- Created: 2022-05-31T12:45:02.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-01T07:05:34.000Z (almost 4 years ago)
- Last Synced: 2025-07-11T02:13:23.351Z (10 months ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails project: Hello rails backend
> In this rails project, set up as an api to be consumed by a react front-end as an external api.
#### Link to React front-end Repo
[React](https://github.com/Ginohmk/hello-react-front-end/pull/1)
## Video
https://user-images.githubusercontent.com/58771507/171179596-04b69c00-5930-4018-a5f2-c0b61c96804d.mp4
## Built With
```bash
- Rails
```
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby and gem bundle
- Rails
- Web browser (Google chrome)
- Code Editor (VSCode)
### Development (Running locally)
- git clone the project
```
git clone https://github.com/Ginohmk/hello-rails-backend.git
```
```
cd hello-rails-backend
```
- To run the app
```
bundle install
```
```
rails s
```
```
npm install
```
- Paste in web your broswer
```
http://localhost:3000/
```
👤 **Kanu Mike**
- GitHub: [@Ginohmk](https://github.com/Ginohmk)
- Twitter: [@michotall95](https://www.twitter.com/michotall95)
- LinkedIn: [@kanumike](https://www.linkedin.com/in/kanu-mike-497119211/)
- Instagram: [@savy_kanu_mike](https/instagram.com/savy_kanu_mike)
- Facebook: [@mike.kanu](https://www.facebook.com/mike.kanu)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ginohmk/hello-rails-backend/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby on rails Community
## 📝 License
[This project is [MIT](https://github.com/Ginohmk/hello-rails-backend/blob/dev/LICENSE) licensed.
..