https://github.com/tugsem/hello-rails-back-end
https://github.com/tugsem/hello-rails-back-end
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tugsem/hello-rails-back-end
- Owner: tugsem
- Created: 2022-11-23T17:35:42.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-24T06:57:31.000Z (over 2 years ago)
- Last Synced: 2025-01-09T04:43:19.010Z (6 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Set up a "Hello world" project with two apps
> A simple application for study purposes. Used rails as a back-end for creating api for messages to show them in my react app.
## Built With
- Ruby on Rails
## Getting Started
To get a local copy up and running follow these simple example steps.- Copy and clone this link locally `https://github.com/tugsem/hello-rails-back-end.git`.
- Go to the repository folder in your command prompt `cd hello-rails-back-end`.- Follow these steps to run the app:
- run `bundle`
- run `rails db:create`,`rails db:migrate`,`rails db:seed` to create database
- run `rails server` to open the server
- clone the react-repo below and run `npm install` and `npm run start` on a new tab.
- Refresh the page to see randomly selected messages from the rails api## Link to the React App
https://github.com/tugsem/hello-react-front-end## Authors
👤 **Tuğsem Saranlı**
- GitHub: [@tugsem](https://github.com/tugsem)
- Twitter: [@tugsem](https://twitter.com/tugsemSaranli)
- LinkedIn: [@tugsem](https://linkedin.com/in/tugsem)## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.