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

https://github.com/arnaudband/hello_rails_backend


https://github.com/arnaudband/hello_rails_backend

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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

# Hello Rails backend

> This exercise is about creating a "Hello World" application to display a random message. The back-end is built with Rails and the front-end with React.

## Hello react frontend

- Here is the link of react frontend: [React app](https://github.com/ArnaudBand/hello_react_front_end)

## Built With

- Ruby
- Ruby on rails
- Rails api
- Postgresql

## Getting Started

**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**

To get a local copy up and running follow these simple example steps.

### Prerequisites

- Ruby ruby-3.1.2 installed
- PostgreSQL dbms running

### Setup

- Open your terminal and navigate to the folder you would like to save the project.

- Type these commands into the terminal:

`
- git clone https://github.com/ArnaudBand/Hello_rails_backend.git
- cd Hello_rails_backend
- bundle install
`

- Run this command to reset a database:

`
- rails db:create
- rails db:reset
`

### Run application

- Run this command in the terminal:
`
- rails sever
`

## Author

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/ArnaudBand)
- Twitter: [@twitterhandle](https://twitter.com/@ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye)

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

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._