Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailsg/hello-rails-back-end
This is the back-end part of the two part full stack app.
https://github.com/mailsg/hello-rails-back-end
Last synced: 7 days ago
JSON representation
This is the back-end part of the two part full stack app.
- Host: GitHub
- URL: https://github.com/mailsg/hello-rails-back-end
- Owner: mailsg
- Created: 2023-09-26T05:23:07.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-26T12:02:43.000Z (over 1 year ago)
- Last Synced: 2024-12-08T14:41:25.834Z (2 months ago)
- Language: Ruby
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [FAQ](#faq)
- [📝 License](#license)**hello-rails-back-end app:** This project incorporates a Ruby on Rails API app with PostgreSQL database as a back end app to a react and redux front end APP to practice creating two applications using for both front end and back end. This is giving an endpoint which contain random greeting to the user. 📚
Front End React-redux app link
https://github.com/mailsg/hello-react-front-end.git
# Screenshot
End-point
![Alt text](SS_1.png)
## 🛠 Built With
- Ruby
- Ruby On Rails
- PostgreSQL
- **Display Random greeting**
## Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
* A basic understanding of Ruby, Rails and Git
* A postgresql connection
* Create some data before running to see Greatings
### Usage
1. Install Ruby
1. Install Rails
2. Clone this repo
```
git clone https://github.com/mailsg/hello-rails-back-end.git
```
To run the project, execute the following command:
```
rails s
```
To add some greetings to your application run the following commands
```
rails db:drop
rails db:create
rails db:migrate
rails db:seed
```
👤 : **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandeep0912/)
- **Modern UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Please support this project, your contribution can make a significant difference.
Grateful to all for inspiring codebase. Thank you!
- **Can I use this repository?**
Please feel free to fork this repository for your own projects.
- **Will my changes be accepted?**
Definitely! We welcome any improvements if your changes are good and align with the project's goals.
This project is [MIT](./MIT.md) licensed.