Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 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)
- [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 React Backend**

**Hello React Backend** is a practice project that serves as a backend for the Hello React Front End. These two projects are part of a single project that is a fullstack random message web app.

## 🛠 Built With

### Tech Stack

Client

Server


  • Rails

Database

### Key Features

- **API to retrive random greeting message**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.
### Prerequisites

In order to run this project you need:
`Git`, `postgres` and `Ruby`
```
gem install rails
```

### Install

Install this project with:

```sh
bundle install
```
```sh
npm install
```

Create Database (Mandatory)

```
rails db:create
```

If you have made a migration then run this command

```
rails db:migrate
```
```
rails db:seed
```
### Usage

To run the project, execute the following command:

```sh
./bin/dev # for building css, and webpack, and rails server
```
Or
```sh
rails server or rails s # after build
```

(back to top)

## 👥 Authors

👤 **Mulugeta M.**

- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)

(back to top)

## 🔭 Future Features

- [ ] **[Random greeting message]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers

(back to top)

## 📝 License

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

(back to top)