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

https://github.com/jaffar-hussein/klabu-backend

A Ruby on Rails API to the Klabu Frontend
https://github.com/jaffar-hussein/klabu-backend

rails ruby

Last synced: over 1 year ago
JSON representation

A Ruby on Rails API to the Klabu Frontend

Awesome Lists containing this project

README

          

# Klabu - API

A ruby on rails backend that servees as a API to the frontend Klabu application hosted [here](https://github.com/Jaffar-Hussein/klabu-frontend) and has a livelink [here](https://klabu-frontend-nyp6wgd5k-jaffar-hussein.vercel.app)

## Technologies Used

- Ruby
- Rails

## Setup Instructions and Installation

- Clone this repository to a location in your file system. `git clone https://Jaffar-Hussein/klabu-Backend/.git`
- Open terminal command line then navigate to the root folder of the application. `bundle install`
- Run `rails db:migrate db:seed`
- Run `rails server` to get a live site on port 3000

## Routes

- Serves authorization and authentification routes for users
- Serves routes to interact with the recipes and categories models

## License
Find the license information [here](https://github.com/Jaffar-Hussein/klabu-Backend/blob/master/licence)