BooksApp is a book management application that facilitates the organization and exploration of a book collection. Users can upload detailed information about their favorite books, including title, price, and a complete description.
- Book Upload: Allows users to add new books to the collection by providing details such as title, purchase link, price, and description.
- Update and Delete: Provides the ability to update or delete existing books according to user preferences.
- Book Exploration: Visitors can explore the book collection and access detailed information for each book.
-
Backend:
- Node.js: Used for the development of the server and backend logic.
- PostgreSQL: Database used to store book information.
-
Frontend:
- React: JavaScript library used to build the interactive user interface.
- Bootstrap: Design framework that facilitates the creation of modern and responsive user interfaces.
- Clone the repository.
- Install backend and frontend dependencies using the appropriate commands (e.g., npm install or yarn install).
- Start the backend server and frontend locally.
- Explore and enjoy managing your book collection.
You can view the result here.