https://github.com/braincee/hello-rails-back-end
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.
https://github.com/braincee/hello-rails-back-end
microverse-projects microverse-students rails ruby ruby-gem ruby-on-rails
Last synced: 3 days ago
JSON representation
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.
- Host: GitHub
- URL: https://github.com/braincee/hello-rails-back-end
- Owner: braincee
- Created: 2022-11-22T09:00:58.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-11-22T16:23:02.000Z (over 3 years ago)
- Last Synced: 2025-08-17T13:27:19.642Z (10 months ago)
- Topics: microverse-projects, microverse-students, rails, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello Rails Back End
> Create a React front-end with a Rails back-end and connect them to display a random greeting message.
## Made With
- Ruby on Rails
- Postgresql
## Link to React App
[link](https://github.com/braincee/hello-react-front-end/tree/development)
## Getting Started
### Setup
To setup the project locally: clone the repository using:
```
git clone https://github.com/braincee/hello-rails-back-end.git
```
### Install dependencies
run:
```
bundle install
```
### Setup database
run:
```
rails db:create
rails db:migrate
rails db:seed
```
### Run the app
run:
```
rails s
```
## Authors
👤 **Stephen Annor**
- GitHub: [@braincee](https://github.com/braincee)
- Twitter: [@hamanel](https://twitter.com/annor0543)
- LinkedIn: [Manel Hammouche](https://www.linkedin.com/in/stephen-annor/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/braincee/hello-rails-back-end/issues).
## Show your support
Give a ⭐️ if you like this project!