https://github.com/vedbhanushali/friends-list-maker
Ruby on rails full stack project
https://github.com/vedbhanushali/friends-list-maker
bootstrap5 devise rails ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Ruby on rails full stack project
- Host: GitHub
- URL: https://github.com/vedbhanushali/friends-list-maker
- Owner: Vedbhanushali
- Created: 2024-03-26T17:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:16:29.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:37:09.198Z (over 1 year ago)
- Topics: bootstrap5, devise, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://railsfriends-4rxn.onrender.com/
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Friends List Maker
https://github.com/user-attachments/assets/062d7e18-846f-47ad-8a21-9ad1985ddfc7
## Description:
Friends List Maker is a full-stack Ruby on Rails application designed to manage your social connections. This project allows users to register and log in securely, and then create and maintain a personalized list of friends, complete with relevant details.
## Features:
- User Authentication: Secure user registration and login functionalities implemented using the Devise gem.
- Friend Management: Logged-in users can add, view, edit, and delete friends' details.
- Full-Stack Solution: Both frontend and backend are built using Ruby on Rails, ensuring a cohesive and seamless user experience.
- Responsive Design: Ensures usability across various devices and screen sizes made possible using bootstrap.
Technologies Used:
- Backend: Ruby on Rails
- Frontend: Embedded Ruby (ERB) for templates, Rails for view rendering
- Authentication: Devise gem
## Setup Instructions:
### Clone the Repository:
```
git clone https://github.com/yourusername/friends-list-maker.git
cd friends-list-maker
```
### Install Dependencies:
```
bundle install
```
### Setup the Database:
```
rails db:create
rails db:migrate
```
### Run the Server:
```
rails server
```
### Visit the Application:
Open your web browser and go to to start using the Friends List Maker.
### Contributing:
Contributions are welcome! Please open an issue to discuss your ideas, or submit a pull request with your improvements. Make sure to follow the code of conduct and adhere to the coding standards outlined in the contribution guidelines.