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

https://github.com/fene-87/hello-rails-back-end


https://github.com/fene-87/hello-rails-back-end

Last synced: 6 months 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 Hello-rails-Backend
> This is the repo to practice working with rails api and rails as a backend application. Here is the link to the [frontend](https://github.com/Fene-87/hello-react-front-end)

## Built With

- Ruby
- Rails
- Postgresql

### Tech Stack

Server

### Key Features

- **Generate api for the frontend**

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

> You need the following tools be installed in your computer:

> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone git@github.com:Fene-87/hello-rails-back-end.git

```

### Install

Install this project with:

```sh
cd blog-app

bundle install
```

### 💾 Database

Create the databases and run migrations with:

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

### Usage

To run the project, execute the following command:

```sh
rails s or rails server
```

### Usage

- Run `rails server` to run the app.

## 👥 Authors

👤 **Mark Fenekayas**

- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)

(back to top)

## 🔭 Future Features

- **generate api for display inventories**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MarkoKermi/recipe_app_ror/issues).

## Show your support

Give a ⭐️ if you like this project!

## 🙏 Acknowledgments

- I would like to thank the microverse organization and my friends who have been supportive throughout the course of this project
-

## 📝 License

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

(back to top)