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
- Host: GitHub
- URL: https://github.com/fene-87/hello-rails-back-end
- Owner: Fene-87
- License: mit
- Created: 2023-06-10T10:47:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-04T20:28:31.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:49:43.084Z (8 months ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)- Ruby
- Rails
- PostgresqlServer
- **Generate api for the frontend**
## 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.
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)
- **generate api for display inventories**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MarkoKermi/recipe_app_ror/issues).
Give a ⭐️ if you like this project!
- I would like to thank the microverse organization and my friends who have been supportive throughout the course of this project
-
This project is [MIT](./LICENSE) licensed.