Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosher9/hello-rails-react
A simple rails application based on react-rails gem
https://github.com/kosher9/hello-rails-react
Last synced: about 1 month ago
JSON representation
A simple rails application based on react-rails gem
- Host: GitHub
- URL: https://github.com/kosher9/hello-rails-react
- Owner: kosher9
- License: mit
- Created: 2022-08-08T09:17:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-10T23:55:18.000Z (over 2 years ago)
- Last Synced: 2024-10-21T18:42:49.480Z (3 months ago)
- Language: Ruby
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello-Rails
This is a simple project just to learn how to combine Rails and react in one repository.
Check it for more. :)## Built With
- Ruby on Rails
- PostgreSQL
- React
- Redux## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)### Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory### Development Database
```sh
# Install dependencies
bundle install
npm install
# Create user
sudo -u postgres createuser -e ced00 -s
# Create the database
rake db:create
# Run database Migration
rails db:migrate
# Run the server
rails s
```## Author
π€ **CΓ©dric Kossi**
- GitHub: [@kosher9](https://github.com/kosher9)
- Twitter: [@kosherus](https://twitter.com/kosherus)
- LinkedIn: [LinkedIn](https://linkedin.com/in/lionel-c%C3%A9dric-kossi-323042172)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a βοΈ if you like this project!
## π License
This project is [MIT](./MIT.md) licensed.