Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahabubx7/hello-rails-react
hello-rails-react
https://github.com/mahabubx7/hello-rails-react
Last synced: 1 day ago
JSON representation
hello-rails-react
- Host: GitHub
- URL: https://github.com/mahabubx7/hello-rails-react
- Owner: mahabubx7
- License: mit
- Created: 2023-08-22T16:54:05.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-22T19:37:57.000Z (about 1 year ago)
- Last Synced: 2023-08-22T21:37:07.598Z (about 1 year ago)
- Language: Ruby
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Greetings - RoR_React
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Greetings - RoR_React\] ](#-random-greeting-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Preriquisites](#preriquisites)
- [Setup](#setup)
- [Install:](#install)
- [Create database:](#create-database)
- [Create database schema:](#create-database-schema)
- [Start:](#start)
- [Tests:](#tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Greetings - RoR_React]** is a fullstack web application that displays a greetings - RoR_React each time the page app loads.
Server
Database
Client
- **[Display greetings - RoR_React on page load]**
### Preriquisites
In order to run this project you need:
- **Ruby 3.2.2** installed
- **Rails** installed
- **Nodejs** installed
- **yarn** installed
Run this command to install **Rails**
```bash
$ gem update --system && gem install rails && gem install pg
```
## Setup
Clone this repository to your desired folder:
Example commands:
```bash
$ git clone https://github.com/mahabubx7/hello-rails-react.git
$ cd hello-rails-react
```
To install dependencies, run:
```bash
$ bundle install
$ yarn install
```
**Set up the database**
To create the database, run:
```bash
$ rails db:create
```
To create/update the schema/database, run:
```bash
$ rails db:migrate
$ rails db:seed
```
👤 **Mahabub Alam**
- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)
- [ ] **[Add button to generate greeting]**
- [ ] **[Add navigation]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Leeoasis/hello-rails-react/issues).
If you like this project, give it a star please!
-
Microverse Inc.
This project is [MIT](./LICENSE) licensed.