- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Hello React Backend
This is the backend(API) of an educational project for testing the integration of rails and react. It's mainly built using Ruby on Rails. Link for the backend
Client
Database
- Comming soon ⌛
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Ruby on Rails
- PostgreSql
Visit this link on how to install Ruby for different OS's.
Visit this link on how to install PostgreSQL.
After installing Ruby you can install rails by using the following command:
gem install rails
Clone this repository to your desired folder:
cd your-folder
git clone https://github.com/Paul-tes/hello-react-front-end.git
Install this project with:
cd hello-react-front-end
bundle i
To run the project, execute the following command:
rails s
To run tests, run the following command:
rspec spec/
- N/A
👤 Abel Gebeyehu
- GitH- GitHub: @AbelG101
- LinkedIn: Abel Gebeyehu
- [Provide live demo]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project make sure to give it a star 🌟
This project is MIT licensed.