- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Hello-rails-Backend is a simple rails api application which can be used as supporting backend project for frontend projects.
React Project using this Backend API: hello-react-front-end
Client
Server
Database
- Uses the RoR framework following MVC architecture
- Has a Database consisting random messages.
- Has a random_greeting API endpoint which can be used in front-end projects.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Node.js and npm/yarn
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:tan12082001/project-hello-rails-back-end.git
Install the dependencies:
-
gem install
-
yarn install/npm install
Create database:
-
bin/rails db:create
-
bin/rails db:seed (to populate database with sample data)
To run the server:
rails assets:precompile
rails server
Open http://localhost:3000 to view it in your browser.
To run tests, run the following command:
rspec spec/
👤 Tanmayi Manku
- GitHub: @tan12082001
- LinkedIn: LinkedIn
- Create more API endpoints.
- Develop the app and add features.
Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.
If you like this project Add a star to the repository!
I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.
This project is MIT licensed.