Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/hello-rails-react
https://github.com/riyabulia12/hello-rails-react
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyabulia12/hello-rails-react
- Owner: RiyaBulia12
- Created: 2023-01-12T15:16:44.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-23T08:32:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T11:12:12.283Z (25 days ago)
- Language: Ruby
- Size: 738 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> This project provides the endpoint based on ruby on rails to generate random greeting messages which in is used by react frontend application, all implemented in single app with webpack.
Client
Server
Database
- **Generate Random Messages**
- Coming soon
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:RiyaBulia12/Hello-Rails-React.git
cd Hello-Rails-React
```
### Install
Install this project with:
```sh
bundle install
rails db:drop db:create db:migrate db:seed
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)
- [ ] **Add Security Layer for the Endpoint**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give as a star! ⭐️
- [Microverse](https://github.com/microverseinc/curriculum-rails/blob/main/connect-frontend-frameworks/hello_world_two_apps.md)
This project is [MIT](./MIT.md) licensed.