Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesi21/hellorails


https://github.com/mesi21/hellorails

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

Hello Rails App

# 📗 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)

- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Hello Rails App - with Rails

** It is a test app to learn how to set up a RoR project.

## 🛠 Built With Ruby on Rails

### Tech Stack

Client

Server

Database

### Key Features

- Basic Rails Setup

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

Before you install Rails, make sure that your system has the proper prerequisites installed. These include:

- Ruby installed and running.
- PostgreSQL installed and running.

Afterwards run this in your terminal:
```
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:Mesi21/hellorails.git
```

### Install

Install this project with:

```sh
cd hellorails
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
or
rails s
and open localhost
http://127.0.0.1:3000/
```

### Run tests

To run tests, run the following command:

- MiniTest:
```sh
rails test
```
- RSpec:
```sh
rspec spec
```

## 👥 Author(back to top)

## 🔭 Future Features

-

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]https://github.com/Mesi21/hellorails/issues

(back to top)

## ⭐️ Show your support

If you like this project, please give it a :star:

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone who reviewed this project.

(back to top)

## 📝 License

-

(back to top)