Skip to content

Latest commit

 

History

History
174 lines (114 loc) · 3.76 KB

README.md

File metadata and controls

174 lines (114 loc) · 3.76 KB

Hello Rails React

📗 Table of Contents

📖 Hello Rails React

Hello React is a simple web app with React. It allows users to get a random greeting from the backend API.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • It allows a user to get random greeting

(back to top)

🚀 Live Demo

  • Coming soon

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby development environment
  • Rails
  • Node
  • npm or yarn

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:amejid/rails_back_end.git

Install

Install this project with:

  cd hello-rails-react
  bundle install
  yarn install || npm install

Usage

To run the project, execute the following command:

  ./bin/dev

Run tests

To run tests, run the following command:

  rspec

Deployment

You can deploy this project using:

  git push heroku main

(back to top)

👥 Author

👤 Said laasri

(back to top)

🔭 Future Features

  • It will allow users to record their greeting

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can give me a star.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse curriculum.

(back to top)

📝 License

This project is MIT licensed.

(back to top)