- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Hello Rails Backend] is a project that serves as the Backend for to display a random message, that will be consumed by the React app
Client
Server
- Rails
Database
- [Random Greeting message]
- [2 Single repo serving as a Fullstack web app]
- Here is the Frontend part of the project Hello React Frontend
- [Live Demo Link] 😃 not yet available
To get a local copy up and running, follow these steps.
In order to run this project you need:
Git and Ruby
gem install rails
Install this project with:
bundle installCreate Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails s -p 3001 # # for serving the API on localhost:3001👤 Michael Mesfin
- GitHub: @michael-duke
- Twitter: @MikeDuke21
- LinkedIn: MICHAEL MESFIN
- [Rotate refresh icon]
- [Add more 'Hello world' messages]
- [Construct the API with languages, and country greeting colors]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse
- Code Reviewers
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.
