Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hello Rails - Back-end

> Hello Rails - API only rails Back-end

## Built With

- Ruby on Rails

## Getting Started

### Prerequisites

- Ruby
- Postgres server

### Setup

Clone this repo and enter the directory.

```sh
git clone [email protected]:eapenzacharias/hello-rails-back-end.git && cd hello-rails-back-end
```

### Install

Run the following command to install all the dependencies.

```sh
bundler install
```

### Usage

Run the following command to start the server, then go to http://localhost:3000

```sh
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb

rails s # starting the app
```

## Author

👤 **Eapen Zacharias**

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

## Show your support

Give a ⭐️ if you like this project!