- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
A rails app with API endpoints that returns random greetings.
- Stores Different greetings in the database
- Expose an API endpoint that retuens random greetings
LINK TO REACT FRONT END REACT FRONT END APP
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/linushaddai99/hello-rails-back-end.git
Install this project with:
cd hello-rails-back-end
bundle install
Setup database credentials
config/database.yml
To run the project, execute the following command:
Bundle Install
rails s
To run tests, run the following command:
rspec spec --format documentation
👤 Linus Shaddai
- GitHub: @linushaddai99
- LinkedIn: @linusshaddai
- Twitter: @ShaddaiLinus
- Add a new greeting
- Select language to get greeting
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Please give it a ⭐️
Thanks @microverse
This project is MIT licensed.