Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaylemba/hello-world-rails-react
https://github.com/kaylemba/hello-world-rails-react
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaylemba/hello-world-rails-react
- Owner: KayLemba
- License: mit
- Created: 2022-05-02T11:00:02.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-04T06:11:46.000Z (over 2 years ago)
- Last Synced: 2024-12-09T19:08:53.052Z (about 1 month ago)
- Language: Ruby
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/KayLemba-blueviolet)
# Hello Rails React App
> Hello Rails React app is simple application that contains setup of rails and react in one application. The greeting page loads a random greeting from database on every page load.
## Preview
### Home Page
![screenshot](./app/assets/images/home.png)
### Greeting Page
![screenshot](./app/assets/images/greeting.png)
## Built With
- Major languages (Ruby)
- Framworks (Ruby on Rails)
- Javascript (ReactJS)
- Markup (HTML)
- Styles (CSS, Tailwind)## 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
- Node### Using it Locally
- Clone the project
```
git clone [email protected]:thecodechaser/hello-rails-react.gitcd hello-rails-react
```
### Setup
Install gems with:
```
bundle install
```Setup database with:
```
rails db:create
rails db:migrate
rails db:seed
```Install dependencies
```
npm i
or
npm install
```### 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/KayLemba/hello-world-rails-react)
## Download Repo
[Download Repo](https://github.com/KayLemba/hello-world-rails-react)
## Authors
👤 **Kalolo Chola Lemba**
- GitHub: [@KayLemba](https://github.com/KayLemba)
- Twitter: [@King-Kaylo1](https://twitter.com/King_Kaylo1)
- LinkedIn: [@kalolo-lemba](https://www.linkedin.com/in/https://www.linkedin.com/in/kalolo-lemba)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KayLemba/hello-world-rails-react/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./LICENSE.md) licensed.