Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]

**[Greetings - RoR_React]** is a fullstack web application that displays a greetings - RoR_React each time the page app loads.

## 🛠 Built With

### Tech Stack

Server

Database

Client

(back to top)

### Key Features

- **[Display greetings - RoR_React on page load]**

(back to top)

## 💻 Getting Started

### 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
```

(back to top)

## 👥 Authors

👤 **Mahabub Alam**

- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)

(back to top)

## 🔭 Future Features

- [ ] **[Add button to generate greeting]**
- [ ] **[Add navigation]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Leeoasis/hello-rails-react/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star please!

(back to top)

## 🙏 Acknowledgments



  • Microverse Inc.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)