- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[HELLO RAILS BACK_END] Hello Rails Backend app is a test project on implementing a Ruby on Rails back-end to serve an API for a separate React front-end. Here is the repository for the front-end: https://github.com/fatima-najafi/hello-react-front-end
- Ruby on Rails
- React and Redux
Client
- Ruby on Rails
- React and Redux
Database
- PostgreSQL
Database
- Display random Greeting Messages
Add a link to your deployed project.
- [Live Demo Link](Comming Soon)
To get a local copy up and running, follow these steps.
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Ruby on Rails Installed in your machine;
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Run the following commands
git clone https://github.com/fatima-najafi/hello-rails-back-end.git
cd Hello-Rails-Back-End
bundle install
rails db:create
rails db:migrate
rails db:seed
./bin/dev
To run tests, run the following command:
npm run test
You can deploy this project using:
👤 Fatima Najafi
- GitHub: @fatima-najafi
- Twitter: @fatima-najafi
- LinkedIn: @fatima-najafi
- [Add more dynamic pages]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give ⭐️
I would like to express my gratitude to Microverse for initiating the idea behind this project.
This project is MIT licensed.