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

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

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.