Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/david-lanzz/hello_rails_react


https://github.com/david-lanzz/hello_rails_react

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        


Random Greeting

# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Random Greeting]

**[Random Greeting]** is a fullstack web application that displays a random greeting each time the page app loads.

## 🛠 Built With

### Tech Stack

Server

Database

Client

(back to top)

### Key Features

- **[Display random greeting on page load]**

(back to top)

## 💻 Getting Started

### Preriquisites

Ruby version >= 3.0.0
Node version >= 14.9.0
PostgresQL

### Setup

Clone this repository to your desired folder:
sh
cd my-folder
git clone https://github.com/david-lanzz/hello-rails-react.git

### Install:
Run: bundle install
Run: npm install

### Create database:
Run: rails db:create

### Create database schema:
Run: rails db:migrate

### Start:
Run: rails s

### Tests:
Run: rspec

(back to top)

## 👥 Authors

👤 **Olanrewaju Oduola**

- GitHub: [@Olanrewaju Oduola](https://github.com/david-lanzz)

(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/david-lanzz/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

(back to top)

## 📝 License
This project is [MIT](./LICENSE.txt) licensed.

(back to top)