- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
It is a simple web application demonstrating use of React with Rails.
Client
- React
Server
- Ruby-on-Rails
Database
- Postgres
- Fetch and dispay greetings from API
To get a local copy up and running, follow these steps.
In order to run this project you need: any web-browser.
Clone this project to your desired folder.
git clone https://github.com/Progress2002/hello-rails-react.git
Run from a terminal
cd hello-rails-react
yarn install
bundle install
To run the project follow the following instruction:-
rails db:drop
rails db:create
rails assets:precompile
rails db:migrate
./bin/dev
👤 Progress
- GitHub: @Progress2002
- Twitter: @Progress_2002
- LinkedIn: @Progress
- Frontend Mentor - @Progress2002
- Add more routes to the application
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give a ⭐️.
All thanks to Microverse for providing guidance for this project.
This project is MIT licensed.