/greetings

Greeting App with Rails and React. Implement a connection between a Ruby on Rails back-end and React front-end.

Primary LanguageRubyOtherNOASSERTION

Greetings Rails

📗 Table of Contents

📖 Greetings

Greetings Greeting App with Rails and React. Implement a connection between a Ruby on Rails back-end and React front-end.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Display Random Greetings

(back to top)

💻 Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

In order to run this project you need:

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:

  bundle install

Database

Create the database, execute the following command in Bash:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command in Bash:

  rails server

Run Tests

To run the project tests, execute the following command:

 rspec spec

(back to top)

👥 Author / Owner

👤 Nabeel Ahmed

(back to top)

🔭 Future Features

  • Making desktop view
  • Impoving UI / UX of the application
  • Improving Navigation

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a start if you like this project!

(back to top)

🙏 Acknowledgments

  • I would like to thank the Microverse program!

(back to top)

📝 License

This project is MIT licensed.

(back to top)