Skip to content

Vedbhanushali/Friends-list-maker

Repository files navigation

Friends List Maker

friends-demo.mp4

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 https://localhost:3000 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.