https://github.com/nicolaswg/hello-rails-back-end
https://github.com/nicolaswg/hello-rails-back-end
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaswg/hello-rails-back-end
- Owner: Nicolaswg
- Created: 2022-05-31T20:28:13.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-11T14:05:20.000Z (about 3 years ago)
- Last Synced: 2025-02-05T17:21:44.793Z (5 months ago)
- Language: Ruby
- Size: 28.3 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
> Rails API for retriving random messages in json format.
## Built With
- Ruby
- Rails API
- Postgres## Getting Started
### Project Set up:
#### Step 1:
- Open your command line and clone the repo locally
```bash
> https://github.com/Nicolaswg/hello-rails-back-end.git
```- Then cd into the directory using
```bash
> cd hello-rails-back-end
```#### Step 2:
- In the project directory, you should run the following command for installing all the required gems:
```bash
> bundle install
```- then setup the db using the following command in the CL
```bash
> bin/rails db:setup
```- Finally, you can use this command to start the live server and checkout the app!
```bash
> bin/rails s
```## Authors
👤 **Nicolas Gonzalez**
- GitHub: [@Nicolaswg](https://github.com/Nicolaswg)
- Twitter: [@Nicolas54146830](https://twitter.com/Nicolas54146830)
- LinkedIn: [nicolas-gonzalez](https://www.linkedin.com/in/nicolas-gonzalez-8623461a0/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤