Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/hello-rails-back-end
https://github.com/anuarshaidenov/hello-rails-back-end
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuarshaidenov/hello-rails-back-end
- Owner: anuarshaidenov
- Created: 2022-05-04T09:43:43.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-04T15:44:10.000Z (over 2 years ago)
- Last Synced: 2023-03-09T03:37:23.252Z (almost 2 years ago)
- Language: Ruby
- Size: 5.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello rails Back-end
> API for rails back-end.
## Front-end for this app.
[Front-End](https://github.com/anuarshaidenov/hello-react-front-end)
## Built With
- Ruby
- Ruby on Rails## Getting Started
- Getting a local copy is simple. Follow the steps below
### Install
- Ruby
- Ruby on Rails
- PostgresSQL### Local Copy
- Clone the project
```
git clone https://github.com/anuarshaidenov/hello-rails-back-end.gitcd hello-rails-back-end
```
### Setup
Install gems:
```
bundle install
```Setup database:
```
rails db:create
rails db:migrate
```### Usage
Start server:
```
rails server
```Visit http://localhost:3000/greetings in your browser.
## Authors
👤 **Anuar Shaidenov**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [Anuar Shaidenov](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!