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

https://github.com/arnaudband/hello_rails


https://github.com/arnaudband/hello_rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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

# Hello Rails

> Description the project.

## Built With

- Ruby on Rails
- PostgreSQL

## Getting Started

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

### Prerequisites

Ruby ruby-3.1.2 installed
PostgreSQL dbms running

### Setup

Use the following command:

`
https://github.com/ArnaudBand/hello_rails.git
cd hello_rails
bundle install
`

### Install

have to install the following setup:

- ruby
- gem install rails
- gem install pg

### Usage

have to start the rails app by running the following commands:

- rails new app
- bundle install
- rails db:create
- rails s

## Author

👤 **Arnaud**

- GitHub: [@ArnaudBand](https://github.com/ArnaudBand)
- Twitter: [@ba104781](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._