Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.06 KB

Final Book Donation Model

Welcome to the Final Book Donation Model repository! This is a web application built using Ruby on Rails 7 that offers a platform for users to give and request books.

Features

  • User registration and assigned roles

  • Categorization of books

  • Search functionality

  • Ability to make donations

  • Ability to request books

  • Professional styling design

Getting Started

  1. Clone the repository: git clone https://github.com/HelloOjasMutreja/Final-Book-Donation-Model.git

  2. Install the necessary dependencies: bundle install

  3. Create and seed the database: rails db:create db:migrate db:seed

  4. Start the server: rails s

  5. Visit http://localhost:3000 in your browser to see the application in action

Contributing

We welcome contributions to this project! Please submit a pull request with your proposed changes and we'll review it as soon as possible.

License

This project is not licensed under ANY License - see the LICENSE file for details.

Acknowledgments

Thanks for your interest in this project. We hope you find it useful!