Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteilya/introduction_to_rails
The project is an introduction to Ruby on Rails, focusing on building a web application for managing friends.
https://github.com/whiteilya/introduction_to_rails
crud jwt rails restful-api ruby
Last synced: about 1 month ago
JSON representation
The project is an introduction to Ruby on Rails, focusing on building a web application for managing friends.
- Host: GitHub
- URL: https://github.com/whiteilya/introduction_to_rails
- Owner: WhiteIlya
- Created: 2024-09-09T15:45:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:50:33.000Z (about 1 month ago)
- Last Synced: 2024-10-13T00:20:25.005Z (about 1 month ago)
- Topics: crud, jwt, rails, restful-api, ruby
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Friends API - Ruby on Rails Application with JWT Authentication
This application is a RESTful API built with Ruby on Rails that provides functionality for managing a user's list of friends. It uses JWT (JSON Web Tokens) for authentication, ensuring that only authenticated users can perform CRUD (Create, Read, Update, Delete) operations on their friend lists.
## Features
- **User Authentication**: Login and register users via API with JWT tokens.
- **JWT Authentication**: All routes are secured using JWT tokens, ensuring only authenticated users can access them.
- **CRUD Operations on Friends**: Authenticated users can create, view, update, and delete friends from their list.## Technologies
- Ruby on Rails
- JWT (JSON Web Tokens) for authentication
- SQLite## Installation
### Prerequisites
- Ruby (version 3.x or higher)
- Rails (version 7.x or higher)
- SQLite