https://github.com/mwapsam/hello-rails-api
https://github.com/mwapsam/hello-rails-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/hello-rails-api
- Owner: Mwapsam
- Created: 2022-06-17T06:19:06.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-19T12:12:00.000Z (about 4 years ago)
- Last Synced: 2025-03-16T20:13:32.740Z (over 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Rails
> This app is the demonstration of API connect between Ruby on Rails and React..
> ### Frontend Link
> [Click Here](https://github.com/Mwapsam/Hello-rails-frontend)
## Built With
- Ruby on Rails
- Ruby
- Bubocop
## Getting Started
**To get a local copy up and running follow these simple example steps.**
### Prerequisites
- Ruby should be installed on your machine
- Install Ruby on Rails and PostgresQL
### Setup
```
git clone https://github.com/Mwapsam/Hello-rails-api.git
cd Hello-rails-api
```
### Install
```
bundle install
```
### Play with the code
```
rails c
```
### Populate the db with dummy data
```
rake db:migrate
rake db:seed
```
### Run linters
```
rubocop -A
```
### Start the application
```
rails s
```
### Author
## 👤 Mwape Samuel
- GitHub: [@mwapsam](https://github.com/Mwapsam)
- Twitter: [@mwapesamuel4](https://twitter.com/mwapesamuel4)
- LinkedIn: [mwapsam](https://www.linkedin.com/in/mwapsam/)
## 🤝 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
- Many thanks to Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.