- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Hello Rails Backend is a basic demo project aimed to show how to setup Ruby On Rails with api only controllers.
Client
Server
Database
- Use api only Ruby On Rails
- Use Ruby On Rails with Postgresql
- Ruby
- Ruby on Rails
- PostgreSQL
- any code editor
To setup the project follow the steps:
-
Clone this project using Git Bash:
git clone git@github.com:Mujeeb4582/hello-rails-back-end.git
-
Inside the project directory, install the project's dependencies
bundle install
-
Create the app's database
rails db:create rails db:migrate rails db:seed
You can run the project by executing the following command:
-
rails server
👤 Mujeeb ur Rahman
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 for project inspiration.
This project is MIT licensed.