Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimplay/hello-rails-react
https://github.com/nimplay/hello-rails-react
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nimplay/hello-rails-react
- Owner: nimplay
- License: mit
- Created: 2022-11-22T00:56:25.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-22T15:43:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T03:09:18.951Z (over 1 year ago)
- Language: Ruby
- Size: 18.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-rails-react
![](https://img.shields.io/badge/Microverse-blueviolet)
# Budgetapp - Ruby and Rails
This is the Hello rails initiated in the last capstone project module in the Microverse program.
## Built With
![](https://img.shields.io/badge/-Ruby-red)
![](https://img.shields.io/badge/-Rails-red)
![](https://img.shields.io/badge/-VSCode-blue)
![](https://img.shields.io/badge/-Rspec-red)
- Visual Studio Code
- Ruby version 3.1.2
- Ruby & rails version 7.0.4
- Rspec
- postgresql
- pgadmin4
- React
- Webpack## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A code editor like Visual Studio Code with Git and Ruby and Rails.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Ruby installation.
```
$ ruby --version
```Likewise for Rails installation.
```
$ rails --version
```
Likewise for pg installation.
```
$ pg --version
```### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/nimplay/hello-rails-react.git
```
```
$ bundle install
```## Authors
👤 ** Nimrod Acosta **
hello
- GitHub: [nimplay](https://github.com/nimplay)
- Twitter: [NimrodAcosta](https://twitter.com/NimrodAcosta)
- LinkedIn: [nimrod-acosta](https://www.linkedin.com/in/nimrod-acosta-734330169/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- [Microverse](https://github.com/microverseinc) team.
- Coding Partners.
- Code Reviewers.## 📝 License
This project is [MIT](./LICENSE) licensed.# README