https://github.com/arnaudband/hello_rails
https://github.com/arnaudband/hello_rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnaudband/hello_rails
- Owner: ArnaudBand
- Created: 2022-09-12T16:06:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T16:53:23.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:03:38.635Z (4 months ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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._