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

https://github.com/powerlevel9000/hello-rails-app

Hello-Rails-App is Ruby on Rails base project it is just the begging of enthusiastic world of ROR Hello-Rails-App is a just a hello world on ROR
https://github.com/powerlevel9000/hello-rails-app

ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

Hello-Rails-App is Ruby on Rails base project it is just the begging of enthusiastic world of ROR Hello-Rails-App is a just a hello world on ROR

Awesome Lists containing this project

README

          


logo

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿงช Linters](#linters)
- [๐Ÿ›  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)

# App mock

logo

# ๐Ÿ“– Hello-Rails-App

Hello-Rails-App is `Ruby on Rails` base project it is just the begging of enthusiastic world of ROR

**Hello-Rails-App** is a just a hello world on ROR

## ๐Ÿงช Linters And test
[![Linters](https://github.com/PowerLevel9000/Hello-Rails-App/actions/workflows/linters.yml/badge.svg)](https://github.com/PowerLevel9000/Hello-Rails-App/actions/workflows/linters.yml)

## ๐Ÿ›  Built With

### Tech Stack

In this project we utilize our skills and knowledge to create this project

Project language

FrameWork


  • ROR

DataBase


  • Postgres

### Key Features

- **Just Print the Hello Rails! on home page**

(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 installed in your machine
- Ruby on Rails installed in your machine
- Postgres installed and all password and user being setup
- Any integrated terminal like
- CMD
- Bash
- PowerShell
- etc

### Setup

Clone this repository to your desired folder:

for cloning follow this steps
- go to green `code` button very top left corner of this Repository container
- copy your `SSH` or `https` file and clone it in your desired folder
- or just download `ZIP` file
- [ ] Change UserName and Password with yours in [database.yml](./config/database.yml) file

### Install

Install this project with:

for now you don't need any installation to run project if you already followed [Prerequisites](#prerequisites)

and
```
bundle install

```
```
npm install

```

### Usage

To run the project, execute the following command:

you can use it for you library purpose
run following commands in you `terminal` in root `dir` and if you open http://localhost:3000/ you can see App running
```
rails s
```

### Run tests

To run tests, run the following command:

```
rspec spec
```

And for Linters

```
rubocop . //=> for ruby file linting
npx stylelint "**/*.{css,scss}" //=> for CSS or SASS file linting
```
`-A` and `--fix` for auto fixing respectively

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Adarsh Pathak**

- GitHub: [@PowerLevel9000](https://github.com/PowerLevel9000)
- Twitter: [@PowerLevel9002](https://twitter.com/PowerLevel9002)
- LinkedIn: [Adarsh pathak](https://linkedin.com/in/PowerLevel)

(back to top)

## ๐Ÿ”ญ Future Features

- [ ] **Styling of various webpage**
- [ ] **Navigation Bar**

(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 give it star or buy me a coffee

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank microverse to give this opportunity to show up my skills

and the Ruby on rails docs

(back to top)

## ๐Ÿ“ License

This project is [GPL-3.0](./LICENSE) licensed.

(back to top)