https://github.com/mmabiaa/book-inventory-system
https://github.com/mmabiaa/book-inventory-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmabiaa/book-inventory-system
- Owner: Mmabiaa
- Created: 2024-12-04T23:47:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:57:36.000Z (10 months ago)
- Last Synced: 2024-12-05T00:29:42.313Z (10 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Inventory System
Demo: https://next-books-search.vercel.app
This is a book inventory app built with Next.js, Drizzle, and PostgreSQL. The database contains over 2,000,000 books from Goodreads. [Full dataset here](https://mengtingwan.github.io/data/goodreads.html).
## Database Setup
This is currently using a Postgres extension called `unaccent` to remove accents from the book titles. This also uses the pgvector extension to use Postgres as a vector store. To install these extensions, run the following command on your database:
```clone ths repo
git clone https://github.com/mmabiaa/book-inventory-system.git
```