https://github.com/developertariq/hello-rails-back-end
https://github.com/developertariq/hello-rails-back-end
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developertariq/hello-rails-back-end
- Owner: developertariq
- License: mit
- Created: 2023-05-01T23:09:11.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-02T12:20:02.000Z (about 3 years ago)
- Last Synced: 2025-02-04T12:48:41.854Z (over 1 year ago)
- Language: Ruby
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hello-rails-back-end
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [hello-rails-back-end](#hello-rails-back-end)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Front-end App Link ](#front-end-app-link-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run](#run)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**hello-rails-back-end** is the eductional project which will expose random greetings message
Server
- Generates random greetings message.
-
## Front-end App Link
Get [Front-end app](https://github.com/developertariq/hello-react-front-end)
## 💻 Getting Started
### Prerequisites
* Make sure you have Ruby installed in your system. You can install it [here](https://www.ruby-lang.org/en/documentation/installation/)
* Get started with [Ruby on Rails](https://guides.rubyonrails.org/getting_started.html).
* Make sure you have [PostgreSQL](https://www.postgresql.org/) installed and running.
### Setup
* Clone this repository by running `git clone https://github.com/developertariq/hello-rails-back-end.git` in your command line.
* Navigate to the repository by running `cd hello-rails-back-end`.
### Install
* Run `bundle install` to install all the gems.
### Run
* Change/include `host, username, password` according to your database server.
* Run `rails db:create` and `rails db:migrate`
* Run `rails db:seed` to enter some data into database.
* Run `rails s` to start the server.
* In your browser, go to `http://localhost:3000`.
👤 **Md Tariq-ul Islam**
- [GitHub](https://github.com/developertariq)
- [Twitter](https://twitter.com/developer_tariq)
- [LinkedIn](https://www.linkedin.com/in/developer-tariq//)
- [ ] **Better user interface**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/developertariq/hello-rails-back-end/issues)
Give a ⭐️ if you like this project!
- I would like to thank all code reviewers and coding partners for making this project better.
This project is [MIT](./LICENSE) licensed.