Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashmalzahra/hello-rails-back-end
Set up a "Hello world" project with two apps.
https://github.com/ashmalzahra/hello-rails-back-end
actions api-endpoints backend controller postgresql-database
Last synced: 18 days ago
JSON representation
Set up a "Hello world" project with two apps.
- Host: GitHub
- URL: https://github.com/ashmalzahra/hello-rails-back-end
- Owner: ashmalzahra
- License: mit
- Created: 2023-06-07T12:09:51.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-06-07T19:23:10.000Z (over 1 year ago)
- Last Synced: 2024-10-10T08:21:37.275Z (about 1 month ago)
- Topics: actions, api-endpoints, backend, controller, postgresql-database
- Language: Ruby
- Homepage:
- Size: 62.5 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 BackEnd
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> Test app used to learn how to integrate React with Rails.
Client
Server
Database
- **Data Model**
## Live Link
[Link to React FrontEnd](https://github.com/ashmalzahra/hello-react-front-end)
To get a local copy up and running follow these simple example steps.
### Prerequisites
> You need the following tools be installed in your computer:
> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
### Setup
Clone this repository to your desired folder:
```sh
cd my-prefered-folder
git clone https://github.com/ashmalzahra/hello-rails-backend.git
```
### Install
Install this project with:
```sh
cd hello-rails-backend
bundle
```
### 💾 Database
Create the databases,run migrations, and populate it with seed data:
```sh
rails db:create
rails db:migrate
```
### Usage
To run the project run the following commands:
```sh
rails s
```
👤 **Ashmal Zahra**
- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)
- [ ] **Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ashmalzahra/hello-rails-react/issues).
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is [MIT](./LICENSE) licensed.