- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Hello rails react] Implements a connection between a Ruby on Rails back-end and React front-end.
- [A static page that display random greeting]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- git
use the following link to setup
git
if you dont have it already installed on your computer
- Ruby
use the following link to setup
Ruby
if you dont have it already installed on your computer
- Rails
use the following link to setup
Rails
if you dont have it already installed on your computer
- PostgreSQL
use the following link to setup
PostgreSQL
if you dont have it already installed on your computer
- NodeJs
use the following link to setup
NodeJs
if you dont have it already installed on your computer
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/mrprotocoll/hello-rails-react.git
Install dependencies:
cd hello-rails-react
bundle install
npm install
Edit config/database.yml
with your database connection info. Run the foolowing command
rails db:create
rails db:schema:load
rails db:seed
The following command can be used to run the application.
rails s
👤 mrprotocoll
- GitHub: @mrprotocoll
- Twitter: @dprotocoll
- LinkedIn: @mrprotocoll
- [Add translation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please don't forget to follow me and give it a star.
I would like to acknowledge and thank Microverse for providing the resources and the platform for this project.
This project is MIT licensed.