Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaverse-nabeel/greetings
Greeting App with Rails and React. Implement a connection between a Ruby on Rails back-end and React front-end.
https://github.com/metaverse-nabeel/greetings
Last synced: 16 days ago
JSON representation
Greeting App with Rails and React. Implement a connection between a Ruby on Rails back-end and React front-end.
- Host: GitHub
- URL: https://github.com/metaverse-nabeel/greetings
- Owner: Metaverse-Nabeel
- License: other
- Created: 2023-08-16T08:46:46.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-16T09:26:25.000Z (over 1 year ago)
- Last Synced: 2024-11-20T18:59:34.852Z (3 months ago)
- Language: Ruby
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Greetings ![Rails](https://rubyonrails.org/assets/images/logo.svg)
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Database](#database)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Greetings** Greeting App with Rails and React. Implement a connection between a Ruby on Rails back-end and React front-end.
## 🛠 Built WithClient
Server
Database
- Display Random Greetings
To get a local copy up and running follow these simple example steps.
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running
- [Rails](https://rubyonrails.org/) installed and running
- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/Metaverse-Nabeel/greetings.git
cd cash-byte
code .
```
### Install
Install the project dependencies, execute the following command in Bash:
```sh
bundle install
```
### Database
Create the database, execute the following command in Bash:
```sh
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command in Bash:
```sh
rails server
```
### Run Tests
To run the project tests, execute the following command:
```sh
rspec spec
```
👤 **Nabeel Ahmed**
- GitHub: [@Metaverse-Nabeel](https://github.com/Metaverse-Nabeel)
- LinkedIn: [@Nabeel129](https://www.linkedin.com/in/nabeel129/)
- Wellfound(AngelList): [@Nabeel129](https://wellfound.com/u/nabeel-ahmed-62)
- Making desktop view
- Impoving UI / UX of the application
- Improving Navigation
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Metaverse-Nabeel/greetings/issues).
Give a start if you like this project!
- I would like to thank the Microverse program!
This project is [MIT](./LICENSE.md) licensed.