/my_new_rails_app

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Rail-React App]

Generate random greeting messages.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [Connect react front end to rails back end]
  • [Use webpack with rails]

(back to top)

🚀 Live Demo

  • Not Available

(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:

Go ahead and check the most recent version of each of these:

  • Ruby (ruby --version)
  • SQLite3 (sqlite3 --version)
  • Node.js (node --version)
  • Yarn (yarn --version)
  • Rails (rails --version)

Setup

Clone this repository to your desired folder:

git clone https://github.com/abdulhamiid/my_new_rails_app.git

Install

Install this project with:

run:

bundle install
npm install

Setup database

run:

rails db:create
rails db:migrate
rails db:seed

Start your application with:

run:

./bin/dev

(back to top)

👥 Author

👤 Abdulhamid

🤝 Contributing

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [Add Stylings]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

❓ FAQ

(back to top)

📝 License

This project is MIT licensed.

(back to top)