- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Hello Rails React] is a simple Full-stack project that returns a random greeting. The goal of this project is implementing a connection between a Ruby on Rails back-end and React front-end.
🛠 Built With Ruby on Rails
- React
- Ruby
- Rails
- PostgreSQL
Server
Database
- [Ruby on Rails back-end]
- [React front-end]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed on your computer. Download Ruby via the official website
- Install rails. Run gem install rails
- You also need to have PostgreSQL installed
Clone this repository to your desired folder:
- git clone https://github.com/willy836/hello-rails-react.git
- cd hello-rails-react/
Install this project with:
- run bundle install to install necessary gems
To run the project, execute the following command:
- rails db:create db:migrate db:seed
- bundle exec rails assets:precompile
- run rails s
- On your browser, type localhost:3000 to see the app
👤 Wilson Kimiri
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give this project a ⭐️ if you like it.
Hat tip to Microverse for the guidance and provision of Ruby on Rails/React learning materials
This project is MIT licensed.