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

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.

Awesome Lists containing this project

README

        

# FriendsApp - A Ruby on Rails 7.0.8 Project

![App Screenshot](![image](https://github.com/MarlonMontenegro/railsFriendsApp/assets/103525183/65211b2f-7445-4c10-bba1-e6966c58ec55)

![image](https://github.com/MarlonMontenegro/railsFriendsApp/assets/103525183/dd850241-bdf7-4326-a219-e09ac131b8b5)

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.