- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Hello Rails Back End] is a Rails backend to provide the front end with greetings Api
Server
Database
- [User can read random greetings]
To get a local copy up and running, follow these steps.
In order to run this project you need:
To have installed ruby on your computer To have installed rails
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/Kashif-Saleem-Ghuman/hello-rails-back-end.git
Install this project with:
cd hello-rails-back-end
rails db:create db:migrate db:seed
bundle install
To run the project, execute the following command:
rails s
👤 Kashif Saleem
- Allow the user to create a new greeting
- Add more greetings to display
- Add a login page and then greet the logged in user
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star ⭐️
I would like to thank microverse for providing all the reading resources to buld this
This project is MIT licensed.