https://github.com/marlonmontenegro/railsfriendsapp
FriendsApp is a web application built with Rails that allows users to manage their list of friends. You can create, read, update, and delete friend records in a database. The application also provides user authentication, allowing you to log in securely.
https://github.com/marlonmontenegro/railsfriendsapp
Last synced: about 1 month ago
JSON representation
FriendsApp is a web application built with Rails that allows users to manage their list of friends. You can create, read, update, and delete friend records in a database. The application also provides user authentication, allowing you to log in securely.
- Host: GitHub
- URL: https://github.com/marlonmontenegro/railsfriendsapp
- Owner: MarlonMontenegro
- Created: 2023-09-15T01:34:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T18:18:14.000Z (over 1 year ago)
- Last Synced: 2025-01-23T17:16:08.240Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FriendsApp - A Ruby on Rails 7.0.8 Project


FriendsApp is a web application built with Ruby on Rails 7.0 that allows users to manage their list of friends. You can create, read, update, and delete (CRUD) friend records in a database. The application also provides user authentication, allowing you to log in securely. The front-end of the app is designed using Bootstrap for a clean and responsive user interface.
## Features
- **User Authentication**: Securely sign up and log in to your account.
- **CRUD Operations**: Add, view, edit, and delete friend records.
- **Bootstrap Design**: The user interface is designed with Bootstrap for a sleek and responsive layout.
- **Database Storage**: Friend records are stored in a database for persistence.
- **User-Friendly**: An intuitive and user-friendly interface for managing your friends.