Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 4 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)
- [๐Ÿš€ Live Demo](#live-demo)
- [๐Ÿ’ป Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– Hello-rails-back-end

This project is the back-end half of experimenting with React/Rails in two separate repos.
You can find the React-half [HERE](https://github.com/MattGomb/hello-react-front-end/pull/1)

## ๐Ÿ›  Built With

### Tech Stack

Server

Database

### Key Features

- **[Random greeting/saying generation on api endpoint]**

(back to top)

## ๐Ÿš€ Live Demo

- There is no live demo of this project

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

- Rails
- PostgreSQL

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:MattGomb/hello-rails-back-end.git
```

### Install

Install this project with:

```
bundle install
```
```
npm install
```
or
```
yarn install
```

### Usage

TThis app uses PostgreSQL databases for data preservation. Please provide valid credentials in a `.env` file and place it in the root folder.


To initialize the database run:

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

There are a couple of prepared messages, if you don't want to add them through the console:
```
rails db:seed
```

To run the server, execute the following command:
```
rails s` or `rails server
```
this will start the server on http://localhost:3000/

### Run tests
N/A

### Deployment

N/A

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Mรกtyรกs Gombos**

- GitHub: [@MattGomb](https://github.com/MattGomb)
- Twitter: [@MtysGombos1](https://twitter.com/MtysGombos1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gombos-matyas/)

(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

If you like this project please consider giving it a star!

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank Microverse for the opportunity

(back to top)

## ๐Ÿ“ License

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

(back to top)