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

https://github.com/charlesgobina/hello-rails-back-end


https://github.com/charlesgobina/hello-rails-back-end

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hello-rails-back-end

> An api to serve [hello-react-front-end](https://github.com/charlesgobina/hello-react-front-end)

## Built With

- Ruby on Rails

## Prerequisites

- Ruby
- Ruby on Rails
- PostgreSQL
- Terminal

## Getting Started

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

1. clone the repository to you machine using your terminal:
`git clone [email protected]:charlesgobina/hello-rails-back-end.git`
`cd hello-rails-back-end`
2. Install the gems:
`bundle install`
3. Setup the development and the test databases:
`rails db:setup`
4. Alternatively, run seeds using:
`rails db:seed`
5. To run the server use:
`rails s`

## Install

- Ruby

## Authors

👤 **Charles Gobina**

- GitHub: [@charlesgobina](https://github.com/charlesgobina)
- Twitter: [@charles_gobina](https://twitter.com/charles_gobina)
- LinkedIn: [Charles Gobina](https://www.linkedin.com/in/charlesgobina/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!