Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bondok6/hello-react-rails
https://github.com/bondok6/hello-react-rails
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bondok6/hello-react-rails
- Owner: Bondok6
- Created: 2022-05-30T15:47:17.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-31T00:14:13.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:51:06.914Z (27 days ago)
- Language: Ruby
- Size: 525 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget app
> Built "Hello world" project with rails-react gem to implement a connection between a Ruby on Rails back-end and React front-end.
https://user-images.githubusercontent.com/45231276/171066060-f5590d10-6c39-43aa-8b84-8317d0071902.mp4
## Built With
- Ruby on Rails
- React.js
- Postgresql## Getting Started
### Clone this repository
```bash
[email protected]:bodnok6/hello-react-rails.git
cd hello-react-rails
```
### Install gems
```bash
bundle install
```### Install dependencies
```bash
npm install
```### Setup database
```bash
rails db:create
rails db:migrate
rails db:seeds
```### Start server
```bash
rails s
```## Authors
👤 **Kyrillos Hany**
- GitHub: [@Bondok6](https://github.com/Bondok6)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kyrillos-hany/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!