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
- Host: GitHub
- URL: https://github.com/jaffar-hussein/klabu-backend
- Owner: Jaffar-Hussein
- License: mit
- Created: 2022-12-06T20:19:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T10:35:02.000Z (over 3 years ago)
- Last Synced: 2025-01-23T21:51:24.465Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage: https://klabu-frontend-nyp6wgd5k-jaffar-hussein.vercel.app
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)