Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Set up a "Hello world" project with two apps.
https://github.com/ashmalzahra/hello-rails-back-end

actions api-endpoints backend controller postgresql-database

Last synced: 18 days ago
JSON representation

Set up a "Hello world" project with two apps.

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello Rails BackEnd

> Test app used to learn how to integrate React with Rails.

## 🛠 Built With

### Tech Stack

Client

Server




Database

### Key Features

- **Data Model**

(back to top)

## Live Link
[Link to React FrontEnd](https://github.com/ashmalzahra/hello-react-front-end)

(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)

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/ashmalzahra/hello-rails-backend.git

```

### Install

Install this project with:

```sh
cd hello-rails-backend

bundle
```

### 💾 Database

Create the databases,run migrations, and populate it with seed data:

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

### Usage

To run the project run the following commands:

```sh
rails s
```

(back to top)

## 👥 Authors

👤 **Ashmal Zahra**

- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)

(back to top)

(back to top)

## 🔭 Future Features

- [ ] **Styling**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ashmalzahra/hello-rails-react/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)