- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
This is a simple Rails application manages greetings by returning random greetings everytime the application is run. It is developed using Rails and React. It is built using a bundler called Webpack. The application serves a simple RESTFUL API that fetches a single greeting from the PostreSQL database and displays it inside a React Component. Axios library is used to fetch the greeting.
Client
Front End
Database
Describe between 1-3 key features of the application.
- Add a greeting of your choice
- Serve the greetings thtough an API
- Display a random greeting
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby and rails installed
- PostgreSQL server installed also
Clone this repository to your desired folder:
git clone https://github.com/inspecta/hello-rails-react.git
Install this project and it's dependencies:
cd hello-rails-react
gem install
yarn install
To run the project, execute the following command:
./bin/dev
To run tests, run the following command:
gem install rspec
rspec spec
Mention all of the collaborators of this project.
👤 Author1
- GitHub: @inspecta
- Twitter: @djmulinde
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- Add security
- Build a complete API
- Write a document for the API
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project, please give it a star.
Give credit to everyone who inspired your codebase.
I would like to thank Microverse for their continued support. They've provided us with the reading material that have helped us to create this application.
Add at least 2 questions new developers would ask when they decide to use your project.
-
Can I reuse this code?
- Yes sure, feel free.
-
Are contributions welcome?
- Yes please. Contact me at
djmulinde@gmail.com
and I will be happy to add you as a contributor.
- Yes please. Contact me at
This project is MIT licensed.