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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

logo

Microverse README Template

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

# 📖 Hello Rails Back-End

**Hello Rails Back-End** is a hello world project for a rails api app.

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **Rails api**

### Checkout the client app
- [Here](https://github.com/XsidX/hello-react-front-end)

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


- Ruby runtime environment
- Postgresql
- Rails
- React.js
- Redux

### Setup

Clone this repository to your desired folder:

### Install

Install this project with:

- Clone the repository using `git@github.com:XsidX/hello-rails-back-end.git`
- Navigate to the folder using `cd hello-rails-back-end`

### Usage

To run the project, execute the following command:
- install necessary gems `bundle install`
- run the development server on port 3001 `rails s -p 3001`

## 👥 Author

👤 **Sidney**

- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli)

(back to top)

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for providing the curriculum to guide me on this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/XsidX/hello-rails-react/blob/hello-rails-back-end/MIT.md) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)