Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 14 days ago
JSON representation

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.
> Front-end Repo Link: https://github.com/Bondok6/hello-react-front-end

https://user-images.githubusercontent.com/45231276/171066060-f5590d10-6c39-43aa-8b84-8317d0071902.mp4

## Built With

- Ruby on Rails
- React.js
- Postgresql

## Live Demo

[Live Demo Link](https://kb-budge-appp.herokuapp.com/)

## 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!