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

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Hello Rails Backend


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Frontend](#frontend)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello Rails Backend

Hello Rails Backend is a Ruby on Rails application to provide endpoints for a front-end application
## 🛠 Built With

### Tech Stack

Backend




Database

### Key Features

- **Data Model**

(back to top)

## 💻 Getting Started

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

### Prerequisites

> You need the following tools be installed in your computer:

> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/anderCM/hello-rails-back-end.git

```

### Install

Install this project with:

```sh
cd hello-rails-back-end

bundle install
yarn install
```

### 💾 Database

Create the databases and run migrations with:

```sh
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rails db:migrate RAILS_ENV=test
rspec spec
```

### Frontend

You can find the frontend application [here](https://github.com/anderCM/hello-react-front-end)

### Deployment
To deploy this application you can use Github pages, Netlify, Railway or similar.

(back to top)

## 👥 Authors

👤 **Anderson**

- GitHub: [@Anderson](https://github.com/anderCM)
- LinkedIn: [Anderson](https://www.linkedin.com/in/andersoncanales/)

(back to top)

## 🔭 Future Features

- [ ] **CRUD for budges**
- [ ] **Awesome UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/anderCM/hello-rails-back-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments
Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

## 📝 License

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

(back to top)