Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisachris/hello-rails-back-end
This is the backend Api for the hello world project with a react front end.
https://github.com/gisachris/hello-rails-back-end
Last synced: 8 days ago
JSON representation
This is the backend Api for the hello world project with a react front end.
- Host: GitHub
- URL: https://github.com/gisachris/hello-rails-back-end
- Owner: gisachris
- License: mit
- Created: 2023-09-27T09:40:24.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-28T08:06:46.000Z (about 1 year ago)
- Last Synced: 2024-10-27T06:55:55.528Z (about 2 months ago)
- Language: Ruby
- Size: 27.3 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
- [📖 About the Project](#about-project)
- [Link To The Frontend](#FrontEnd-link)
- [🛠 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-front-end-app:** This is the backend Api for the hello world project with a react front end.
[React Frontend](https://github.com/gisachris/hello-rails-front-end)
- Ruby
- 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
2. Install Rails
3. Clone this repo
```
git clone https://github.com/gisachris/hello-rails-back-end.git
```
To run the project, execute the following command:
```
rails server
```
To add some greetings to your application run the following commands
``````
rails db:drop
rails db:create
rails db:migrate
rails db:seed
``````
👤 : **Gisa Chris**
- GitHub: [@gisa chris](https://github.com/mailsg)
- LinkedIn: [@gisa chris](https://linkedin.com/in/gisa-chris/)
- **Responsive 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?**
We welcome any improvements if your changes are good and align with the project's goals.
This project is [MIT](./MIT.md) licensed.