Skip to content

Book Recommender: Discover new readings! Choose your favorite genre and receive random book recommendations. A simple way to explore new stories.

Notifications You must be signed in to change notification settings

guifelippe/LiterarySuggestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommendation API

Description

The Book Recommendation API is a service that provides random book recommendations based on selected genres.

Features

  • Random book recommendation by genre.
  • Listing of available genres.

Technologies Used

  • Ruby for the API.
  • PostgreSQL for the database.
  • React for the front-end.
  • Less for styling.

How to Use

  1. Clone the repository:

    git clone https://github.com/guifelippe/-LiterarySuggestion.git
    
  2. Navigate to the directory:

    cd LiterarySuggestion
    
  3. install dependencies:

    npm install
    
  4. Start the React application:

    npm start
    
  5. Access the application in your browser at http://localhost:3000.

  6. Navigate to the api directory:

    cd api
    
  7. Install API dependencies:

    bundle install
    
  8. Start the API:

    ruby app.rb
    
    
  9. Access the api in your browser at http://localhost:4567.

About

Book Recommender: Discover new readings! Choose your favorite genre and receive random book recommendations. A simple way to explore new stories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published