Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baqar-abbas/hello-rails-back-end
https://github.com/baqar-abbas/hello-rails-back-end
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/baqar-abbas/hello-rails-back-end
- Owner: baqar-abbas
- License: mit
- Created: 2023-09-20T22:51:18.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-25T17:46:04.000Z (over 1 year ago)
- Last Synced: 2023-09-26T05:17:23.034Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 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 React Backend
Rails with react
# 📗 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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 [Hello Rails React Backend]
> **[Hello Rails React Backend]** It is a simple project to setup Ruby on rails with React as two apps which display hello messages.
## 🛠 Built WithServer
Database
### Frontend
Here is the [Front-End](https://github.com/baqar-abbas/hello-react-front-end/pull/1) Repo of this app.
- **[Displays Hello messages]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
##
### Setup
Clone this repository to your desired folder:
```sh
git clone
cd my-folder
[email protected]:baqar-abbas/hello-rails-back-end.git
```
### Install
Install this project with:
```sh
bundle install
npm install
update credentials in database.yml file for postgreSQL
rails db:create ( If you haven't created database for the project yet )
rails db:migrate
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
👤 **Baqar Abbas**
- GitHub: [@Baqar](https://github.com/baqar-abbas)
- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)
- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)
## 🔭 Future Features
- [ ] **[Add more functionality]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/baqar-abbas/ror-budget-app/issues/new).
If you like this project, give it a star.
I would like to thank Microverse for providing the reading materials that helped me during the project development.
This project is [MIT](./LICENSE) licensed.