- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Hello rails app is a react/rails app that can salute the user in 5 different languages. It is composed of two repositories, this is the back-end repo where you can find all the configurations we made to set up and deploy the API endpoint. In order to get this project working on your computer, you only need to download the front-end repo. Here is the link:
Ruby on rails
React (Separate repo)
Database
- Name convention, over configuration
- ROR
- Linters usage
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/luis-pomare/hello-rails-react.git
Install this project with:
cd hello-rails-react/
bundle install
npm install
npm run build
rails db:create
rails db:schema:load
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec/
You can deploy this project using:
Coming soon
👤 Luis Pomare
- GitHub: @luis-pomare
- Twitter: @LuisPomare1
- LinkedIn: LinkedIn
- Online version
- The user can create new salutations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give us some stars and share with your friends
I would like to thank all the microverse staff that gave us the bases for the project.
This project is MIT licensed.