https://github.com/bruk19/hello-rails-back-end
This web application is the API that serves as the backend to the Hello-react-front-end
https://github.com/bruk19/hello-rails-back-end
postgresql-database ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This web application is the API that serves as the backend to the Hello-react-front-end
- Host: GitHub
- URL: https://github.com/bruk19/hello-rails-back-end
- Owner: bruk19
- Created: 2022-11-03T06:45:11.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-04T06:37:52.000Z (over 3 years ago)
- Last Synced: 2024-10-18T15:18:59.205Z (over 1 year ago)
- Topics: postgresql-database, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# hello-rails-back-end
> This web application is the API that serves as the backend to the [Hello-react-front-end](https://github.com/bruk19/hello-react-front-end)
## Built With
- Frameworks: Rails,
- Technologies: Git, Gitflow, Linters, Github, PostgreSql
## Link to Front-end
[Front-end link](https://github.com/bruk19/hello-react-front-end)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have a computer and internet connection
- Have Ruby installed on your computer
- Have Rails installed on your computer
- Have a basic knowledge of Ruby and OOP concept
- Have a basic knowledge of Rails
- Have a general understanding of what testing is
- Have visual-studio code or any other code editor installed on your computer.
### Setup
- Open your terminal in the folder where you want to have the project and run `git clone https://https://github.com/bruk19/hello-rails-back-end` to clone the project.
- Run `cd hello-rails-back-end` to move to the project directory.
### Install
- Make sure to have installed POSTGRESQL
- Run the command bellow in your terminal to get all required files
- Run `bundle install`
### Usage
- Run `rails s` to start the app, then follow the given link provided in the console.
- Run `rails c` to open an interactive ruby session
### Run tests
- Run `rspec`
## Author
👤 **Bruk Teshome**
- GitHub: [@githubhandle](https://github.com/bruk19)
- Twitter: [@twitterhandle](https://twitter.com/Bruktesh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/bruk-teshome-ab4325226)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://https://github.com/bruk19/hello-rails-back-end/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._