An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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!